[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
最赞回答 / 兰陵萧萧笙
教你一个简单的方法:1、虚拟机网络先设置为桥接方式,不要用NAT。<...图片...>2、在linux里面先输入“ifup eth0”,也就是启动网卡。3、再输入“ifconfig”,查看IP地址(我的电脑里面的IP是下图中红圈内的)<...图片...>4、在xhell里面输入IP地址,如下图,然后就按照老师连接xshell的方法连接,就大功告成了。不需要像你那样搞得那么复杂。<...图片...>
2017-06-18