# # ƯÁ¤ »ç¿ëÀÚ¿¡°Ô permissionÀ» ÁÖ±â # man aclÀ» Çغ¸½Ã¸é getfacl, setfacl µîÀ» ½á¾ßÇÑ´Ù´Â °É ¾Æ½ÇÅ×°í.. ±×·¯¸é man setfacl ¿¡¼­ EXAMPLES 1. To add one ACL entry to file "foo", giving user "shea" read permission only, type: setfacl -m user:shea:r-- foo 2. To replace the entire ACL for the file "foo", adding an entry for user "shea", allowing read/write access, an entry for the file owner allowing all access, an entry for the file group allowing read access only, an entry for file group class allowing read/write, and an entry for others disallowing all access, type: setfacl -s user:shea:rw-,user::rwx,group::r--,mask:rw-,other:--- foo --------- À̶õ°Ô ÀÖÀݾƿä? ±×´ë·Î ÇÏ½Ã¸é µÇ°Åµç¿ä.. setfacl -m user:aaa:rwx,user:bbb:rwx filename ÀÌ·¸°Ô Çغ¸¼¼¿ä. ÀÌ°Ç Solaris 2.5 ÀÌÈÄ¿¡¼­¸¸ Áö¿øµÇ´Â °Å·Î ¾Ë°íÀÖ½À´Ï´Ù. ÀÌ°É »ç¿ëÇϸé cgiµµ nobody°¡ ¾î¶² ƯÁ¤ÇÑ file¸¸ accessÇÒ ¼ö ÀÖ°ÚÁÒ? Àú´Â setuid·Î Çϱä ÇßÁö¸¸.. Âü. ÀÌ°Ç ÀÏ¹Ý À¯Àúµµ ÇÒ ¼ö ÀÖ½À´Ï´Ù.