码迷,mamicode.com
首页 > 系统相关 > 详细

Linux-命令-su

时间:2017-08-11 19:00:34      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:file   tar   profile   thread   help   its   cut   rac   word   

1. 首先用help理解su, sudo su, sudo

2. 其次理解"login shell" and "interactive shell". 

"When Bash starts executes the commands in a variety of different scripts. 
(1) When started as an interactive login shell: Bash reads and executes the /etc/profile (if it exists). After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile in that order, and reads and executes the first one (that exists and is readable).  When a login shell exits: Bash reads and executes ~/.bash_logout (if it exists).
(2) When started as an interactive shell (but not a login shell): Bash reads and executes ~/.bashrc (if it exists)."
显然login shell和interactive shell在环境的设置上是存在差别的,详细可以参考: http://groups.google.com/group/Linux.debian.user/browse_thread/thread/2b71ecfc45789958/7bff24e3bae74b36?lnk=raot

3.  然后su命令的横杠就非常容易理解了,参数横杠-, 是为了让切换获取的shell是一个login shell

 -, -l, --login               make the shell a login shell

Linux-命令-su

标签:file   tar   profile   thread   help   its   cut   rac   word   

原文地址:http://www.cnblogs.com/mirrorlake/p/7347443.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!