Monthly Archives: December 2009
-rwsr-xr-x Unix file permission
Everybody handling a Unix operating system would very well know what chmod 777 means. That the owner, group and the user of the file is given all permissions (Read, Write and Execute on a particular file). This could otherwise be written as “chmod ugo+rwx “. Meaning that you are giving User, Group and Owner of the file, the rights to Read, Write and Execute the file. Here comes the rws scenario. Best example that is available for this rws is … Continue reading
Posted in Linux
Leave a comment