Hi all,
I've copied a few directories from a windows server to my Solaris box using root to do it. I've changed the owner and group of the file and directory using chown (chown -R smcqueen:datadev directory_name) but I need to change the file and directory permissions. The permissions need to be
directory rwxrwx--x
files = rw-rw----
Is there a command or script I can use to recurse down a directory changing only the directories to rwxrwx--x then run the same commend or script to change the files to rw-rw-r--
Thanks for all your help
McQueen
I've copied a few directories from a windows server to my Solaris box using root to do it. I've changed the owner and group of the file and directory using chown (chown -R smcqueen:datadev directory_name) but I need to change the file and directory permissions. The permissions need to be
directory rwxrwx--x
files = rw-rw----
Is there a command or script I can use to recurse down a directory changing only the directories to rwxrwx--x then run the same commend or script to change the files to rw-rw-r--
Thanks for all your help
McQueen