linux如何设置一个目录下全部文件的权限 日期:2007-08-23 18:00:24 人气:1 linux如何设置一个目录下全部文件的权限 首先,切换到root身份 $su - 然后运行 #chmod -R 777 目录名 这样就可以了