> 1. How do I find files in a directory with specific > file permissions? > (List all files with executable permission to user, > numeric mode)
$ find -perm <mode in octal> > 2. How do I list only the sub-directories in a given > directory? $ find -type d Vaibhav -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([EMAIL PROTECTED]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
