Chinaunix首页 | 论坛 | 博客
  • 博客访问: 432076
  • 博文数量: 52
  • 博客积分: 1076
  • 博客等级: 准尉
  • 技术积分: 821
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-18 20:05
个人简介

Hello World !

文章分类

全部博文(52)

文章存档

2016年(1)

2014年(1)

2013年(8)

2012年(38)

2011年(4)

分类: LINUX

2012-08-07 12:29:08

[zxc@vp5 ~]$ echo $PATH
/opt/Avaya/VoicePortal/Support/VP-Tools/:/opt/Avaya/VoicePortal/MPP/bin:/usr/kerberos/bin:/opt/Avaya/InstallAgent/bin:/usr/local/bin:/bin:/usr/bin:/home/zxc/bin
[zxc@vp5 ~]$ su

Password:

[root@vp5 zxc]# echo $PATH

/opt/Avaya/VoicePortal/Support/VP-Tools/:/usr/kerberos/sbin:/opt/Avaya/VoicePortal/Support/VP-Tools/:/opt/Avaya/VoicePortal/MPP/bin:/usr/kerberos/bin:/opt/Avaya/InstallAgent/bin:/usr/local/bin:/bin:/usr/bin:/home/zxc/bin

[zxc@vp5 ~]$ su -

Password:

[root@vp5 ~]# echo $PATH

/opt/Avaya/VoicePortal/Support/VP-Tools/:/opt/Avaya/VoicePortal/MPP/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/opt/Avaya/InstallAgent/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin

[root@vp5 ~]#

 

[root@vp5 ~]# su --help
Usage: su [OPTION]... [-] [USER [ARG]...]
Change the effective user id and group id to that of USER.

-, -l, --login make the shell a login shell
-c, --command=COMMAND pass a single COMMAND to the shell with -c
--session-command=COMMAND pass a single COMMAND to the shell with -c
and do not create a new session
-f, --fast pass -f to the shell (for csh or tcsh)
-m, --preserve-environment do not reset environment variables
-p same as -m
-s, --shell=SHELL run SHELL if /etc/shells allows it
--help display this help and exit
--version output version information and exit

A mere - implies -l. If USER not given, assume root.

 

 

阅读(612) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~