|
发表于 2003-1-14 01:18:55
|
显示全部楼层
su 和 su - 也有些不同, 如:
[javalee@Linux javalee]$ su
Password:
[root@Linux javalee]# ifconfig
bash: ifconfig: command not found
[root@Linux javalee]# su -
[root@Linux root]# ifconfig
ppp0 Link encap oint-to-Point Protocol
inet addr:211.150.191.80 P-t-P:192.168.194.170 Mask:255.255.255.255
...... |
|