i want to set sticky bit for all directories in a directory excluding files. is there any wild card to do this?
#sudo chmod g+s /var/www/<WILD_CARD_FOR_ALL_DIRECTORIES>
|
|
|
Use
To match all directories and subdirectories use
|
|||||||||||
|
|
you can use find , see below example
|
|||||||
|
|
This is NOT a wildcard, so I apologize for a non-answer, however...
|
||||
|