- How do I find all files containing specific text?
1grep -rnw '/path/to/somewhere/' -e 'pattern' - How i change the default file permissions (mask that controls file permissions)
1umask
some foobar
1 |
grep -rnw '/path/to/somewhere/' -e 'pattern' |
1 |
umask |