将Mac OS X目录或者权限设置为允许读写不允许删除

chmod +a "staff allow read,write,file_inherit,directory_inherit" /path/dir
chmod +a "staff deny delete,file_inherit,directory_inherit" /path/dir

阅读:20

发表回复