[root@aminglinux-02 ~]# ll /usr/bin/passwd
-rwsr-xr-x. 1 root root 27832 6月 10 2014 /usr/bin/passwd
s就是set_uid权限,如果没有x权限显示S
[root@aminglinux-02 ~]# ls -ld /tmp/
drwxrwxrwt. 10 root root 210 6月 8 21:45 /tmp/
t就是stick_bit权限
[root@aminglinux-02 ~]# ls -l /bin
lrwxrwxrwx. 1 root root 7 5月 28 18:40 /bin -> usr/bin
[root@aminglinux-02 ~]# ln -s /tmp/amingliunx2/aminglinux/1.txt /root/3.txt
[root@aminglinux-02 ~]# ls
2.txt 3.txt anaconda-ks.cfg
后面的为软连接文件,前面是原文件
[root@aminglinux-02 ~]# df -h
文件系统 容量 已用 可用 已用% 挂载点
/dev/sda3 28G 1.1G 27G 4% /
devtmpfs 483M 0 483M 0% /dev
tmpfs 493M 0 493M 0% /dev/shm
tmpfs 493M 6.7M 486M 2% /run
tmpfs 493M 0 493M 0% /sys/fs/cgroup
/dev/sda1 197M 109M 88M 56% /boot
tmpfs 99M 0 99M 0% /run/user/0
原文地址:http://blog.51cto.com/akui2521/2092170