linux用户权限问题

You need to be root to perform this command.

输入 su 回车输入密码即可, 密码为隐藏状态

Permission denied

输入 $ sudo chmod -R 777 某一目录

-R 是指级联应用到目录里的所有子目录和文件
777 是所有用户都拥有最高权限

猜你喜欢

转载自www.cnblogs.com/zhukaijian/p/13206108.html