Dec 4, 2003 #1 MarleneD Technical User Jul 4, 2003 72 CA Hi: I would like to give read/write access to others in a directory I just created. Can I use the following command in Solaris? chmod -R 777 directory_name
Hi: I would like to give read/write access to others in a directory I just created. Can I use the following command in Solaris? chmod -R 777 directory_name
Dec 6, 2003 1 #3 mdhmi MIS Mar 11, 2003 8 US Yes. chmod 4 - Read 2 - Write 1 - Execute ------------ 7 - Total man chmod man setfacl Regards, Mark Upvote 0 Downvote