Switch User Command in Linux
时间:2014-03-17 23:40:44
收藏:0
阅读:788
Switch user command (su) has the following forms:
su
Switch to
su -
Switch to
su -c ""
Run command with the identity of another user. It is mostly used in one-off command with root privileges:
su -c "
The double quotes around
Switch User Command in Linux,布布扣,bubuko.com
原文:http://www.cnblogs.com/darkmatter/p/3605647.html
评论(0)