Find . -perm /220 find . -perm /u+w,g+w find . -perm /u=w,g=w all three of these commands do the same thing, but the first one uses the octal representation of the file mode, and the other two use the symbolic form. these commands all search for files which are writable by either their owner or their group.. For more, consult the unix manual page by entering at the unix prompt: man find. some of the above information came from essential system administration, aeleen frisch (o'reilly & associates, inc., 1991).. Find(1) - linux man page name. find - search for files in a directory hierarchy that document also includes a lot more detail and discussion than this manual page, so you may find it a more useful source of information. when testing a find command line that you later intend to use with -delete,.
Man - unix, linux command manual pages (manpages), learning fundamentals of unix in simple and easy steps : a beginner's tutorial containing complete knowledge of unix korn and bourne shell and programming, utilities, file system, directories, memory management, special variables, vi editor, processes. The find command in unix is a command line utility for walking a file hierarchy. it can be used to find files and directories and perform subsequent operations on them. it can be used to find files and directories and perform subsequent operations on them.. The find command is one of the most versatile commands in unix and linux and i used it a lot in my day to day work. i believe having a good knowledge of find command in unix and understanding of its different options and usage will increase your productivity a lot in unix based operating system e.g. redhat linux or solaris.if you are a qa, support personnel, and your works involve lots of.