Results 1 to 3 of 3
I had one simple question. What means (do) recursive in, for example, chmod -R 777 /mnt/disk...
- 12-04-2010 #1Just 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
- 12-04-2010 #2
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”
- 12-04-2010 #3Just Joined!
- Join Date
- May 2008
- Posts
- 29
Thanks for fast and helpful replay


Reply With Quote