Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Linux User
    Join Date
    Nov 2009
    Location
    France
    Posts
    292
    You manage permissions with the
    Code:
    chmod
    command.
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...