Difference between revisions of "Linux Security"
Views
Actions
Namespaces
Variants
Tools
m
Typo in chmod command
imported>Dalto (Generalize and merge articles) |
imported>Dalto m (Typo in chmod command) |
||
Line 109: | Line 109: | ||
Of course, in normal use you would combine everything like this: | Of course, in normal use you would combine everything like this: | ||
chmod | chmod u+rw,g=r,o-rwx filename | ||
Line 116: | Line 116: | ||
The chmod command can do a lot more than that. For more information take a look at [https://en.wikipedia.org/wiki/Chmod Wikipedia's chmod reference] | The chmod command can do a lot more than that. For more information take a look at [https://en.wikipedia.org/wiki/Chmod Wikipedia's chmod reference] | ||
=Firewalls= | =Firewalls= |