Linux 常用查询命令

1.增加文件读写权限

 chmod 777 test.sh

 2.普通切换root

sudo -i
原文地址:https://www.cnblogs.com/xiaobaidejiucuoben/p/12513514.html