摘要:
Linux shell su command All In One
su !== sudo
substitute user => su, 替换用户/切换用户
superuser do => sudo, 执行超级管理员用户权限
su - run a command with substitute user and group ID
su - 使用替代用户和组 ID 来运行命令
/etc/rc.local
2>&1 二合一重定向标准错误输出到标准输出
标准输入 stdin
标准输出 stdout
标准错误输出 stderr
阅读全文
