su 和 su - 区别 su - 登录级别的切换(加载所有的环境配置文件) su 切换用户 shell级别切换(只加载shell级别环境配置文件) 权限(基本权限和高级权限) ll install.log -rw-r--r-- 1 robin upup 39572 07-17 12:29 install.log
rwx | rwx | rwx user group other robin upup 其他人 u g o uid 0------robin-------upup--------other
对于文件: r--------read cat head tail less more w--------write vim gedit > >> x--------exec ./ 绝对路径 对于目录: r--------read ls r-x详细信息 w--------write touch rm mkdir -wx x--------cd test rwxrwx-wx root root aa.txt rwxrwxrwx root root test/ rwxrwx--- root root tt/ rwxrwxrwx root root tt.txt rwxrwxrwx root root