PDA

View Full Version : Script that checks home directories


webdev
09-06-2009, 08:51 PM
I want to write a script that makes sure users' home directories don't contain world writable directories, directories owned by other users, or other potential security problems. I'd like to echo any directory where one user's home directory can be modified some by another user. Can someone...