Find the answer to your Linux question:
Results 1 to 3 of 3
Hi. Does anyone know how to chmod the contents and subdirectories of a directory? Thanks!, Erik...
  1. #1
    Linux Newbie
    Join Date
    Oct 2006
    Posts
    101

    chmod subdirectories and files?

    Hi. Does anyone know how to chmod the contents and subdirectories of a directory?

    Thanks!,
    Erik

  2. #2
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    If you use the -R switch (like chmod -R) on a directory, it'll affect everything in that directory. See chmod's man page for details.
    Stand up and be counted as a Linux user!

  3. #3
    Linux Newbie
    Join Date
    Oct 2006
    Posts
    101
    thanks zelmo!

Posting Permissions

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