Find the answer to your Linux question:
Results 1 to 3 of 3
I had one simple question. What means (do) recursive in, for example, chmod -R 777 /mnt/disk...
  1. #1
    DTF
    DTF is offline
    Just Joined!
    Join Date
    May 2008
    Posts
    29

    What -R (recursive) do in chmod -R

    I had one simple question. What means (do) recursive in, for example, chmod -R 777 /mnt/disk

  2. #2
    Linux User Manko10's Avatar
    Join Date
    Sep 2010
    Posts
    250
    Without -R you would just modify the access rights for the directory, with -R you also change them for its contents. See the man page for chmod for more details.
    Refining Linux Advent calendar: “24 Outstanding ZSH Gems

  3. #3
    DTF
    DTF is offline
    Just Joined!
    Join Date
    May 2008
    Posts
    29
    Thanks for fast and helpful replay

Posting Permissions

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