I need to change all the directorys in /blah/blah to have the sticky bit turned on (g+s). What is a command I could do to get this done? I've been messing around with find ./ -type d and that gets me a list of all the directories. Is there a way to pipe that and chmod it the way I want?
Thanks!
Thanks!