Results 1 to 2 of 2
What is the single command that will remove all 'other'
permissions from all files and directories under /home.
Just starting to learn Linux.
Thanks...
- 09-10-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 1
Permission command
What is the single command that will remove all 'other'
permissions from all files and directories under /home.
Just starting to learn Linux.
Thanks
- 09-10-2010 #2Linux User
- Join Date
- Nov 2009
- Location
- France
- Posts
- 292
You manage permissions with the
command.Code:chmod
.Code:man chmod
Side note : A good practice is to be the only one in your group so you can remove all 'group' permissions also.0 + 1 = 1 != 2 <> 3 != 4 ...
Until the camel can pass though the eye of the needle.


Reply With Quote