[root@localhost a]# whereis ls
ls: /usr/bin/ls /usr/share/man/man1/ls.1.gz /usr/share/man/man1p/ls.1p.gz
[root@localhost a]# whereis cd
cd: /usr/bin/cd /usr/share/man/man1/cd.1.gz /usr/share/man/man1p/cd.1p.gz
[root@localhost a]#
我这里ls和cd 都有可执行文件路径。
ls: /usr/bin/ls /usr/share/man/man1/ls.1.gz /usr/share/man/man1p/ls.1p.gz
[root@localhost a]# whereis cd
cd: /usr/bin/cd /usr/share/man/man1/cd.1.gz /usr/share/man/man1p/cd.1p.gz
[root@localhost a]#
我这里ls和cd 都有可执行文件路径。
2017-06-19
注意啦:
ll和ls -l不一样!!!
ll和ls -al才完全一样
ll会显示隐藏文件信息而ls -l不行!!
随手顶上去吧...
ll和ls -l不一样!!!
ll和ls -al才完全一样
ll会显示隐藏文件信息而ls -l不行!!
随手顶上去吧...
2017-06-18