|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Permissions only to apply to files/directories
Hello,
Say I have a directory with many files and many sub-directories. Is it possible to do a chmod which will only apply to either the files or the directories? Cheers! |
|
#2
|
|||
|
|||
|
To chmod just subdirs of /usr/local/src/ to 777 recursively:
Code:
find /usr/local/src -type d | xargs chmod 777 |
|
#3
|
|||
|
|||
|
Perfect, thanks freebsd!
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Permissions only to apply to files/directories |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|