Shawson Lim
搬运工. 砌匠. 包工头.
Category
»
mysql
»
golang
»
linux
»
git
»
php
»
front
»
staticstics
»
default
»
tools
[Linux] su - 权限
22 Oct 2014
»
linux
登录管理员
$
sudo su -
## 添加“-”则以root身份登录后并且以其使用环境参数。
登录某个用户
$
su - hduser
## 添加“-”则以hduser身份登录后并且以其使用环境参数。
参考
http://linux.vbird.org/linux_basic/0410accountmanager.php#userswitch
Related Posts
[Linux] crontab - 定时任务
(Categories:
linux
)
[Bash] 多纬数据去重
(Categories:
linux
)
[Linux] wc - 文件统计
(Categories:
linux
)
[Linux] ln - 链接
(Categories:
linux
)
[Linux] find - 文件搜索
(Categories:
linux
)
[Linux] du & df 空间使用量查询
(Categories:
linux
)
« [Linux] ln - 链接
[Linux] wc - 文件统计 »