linux cd 打开链接文件夹
相当于在一个文件夹下创建到其他文件夹的一个快捷方式,如“下载”文件夹建到“音乐”的链接,cd【链接名】,提示:没有那个文件或目录。ls显示有此文件夹。浅蓝色表示链接文件;...
相当于在一个文件夹下创建到其他文件夹的一个快捷方式,如“下载”文件夹建到“音乐”的链接,cd 【链接名】,提示:没有那个文件或目录。ls 显示有此文件夹。
浅蓝色表示链接文件;我想通过终端打开“到 1 的链接”? 展开
浅蓝色表示链接文件;我想通过终端打开“到 1 的链接”? 展开
展开全部
[root@test ~]# ls
anaconda-ks.cfg Documents install.log Music Public Videos
Desktop Downloads install.log.syslog Pictures Templates
[root@test ~]# ln -s /root/anaconda-ks.cfg /tmp/
[root@test ~]# ln -s /root/Downloads/ /tmp/
[root@test ~]# cd /tmp/
[root@test tmp]# ll
lrwxrwxrwx. 1 root root 21 May 4 10:00 anaconda-ks.cfg -> /root/anaconda-ks.cfg
lrwxrwxrwx. 1 root root 16 May 4 10:00 Downloads -> /root/Downloads/
[root@test tmp]# cd anaconda-ks.cfg
-bash: cd: anaconda-ks.cfg: Not a directory
[root@test tmp]# cd Downloads/
[root@test Downloads]# pwd
/tmp/Downloads
[root@test Downloads]#
源文件是目录吗?如果不是目录的话,就不行了
anaconda-ks.cfg Documents install.log Music Public Videos
Desktop Downloads install.log.syslog Pictures Templates
[root@test ~]# ln -s /root/anaconda-ks.cfg /tmp/
[root@test ~]# ln -s /root/Downloads/ /tmp/
[root@test ~]# cd /tmp/
[root@test tmp]# ll
lrwxrwxrwx. 1 root root 21 May 4 10:00 anaconda-ks.cfg -> /root/anaconda-ks.cfg
lrwxrwxrwx. 1 root root 16 May 4 10:00 Downloads -> /root/Downloads/
[root@test tmp]# cd anaconda-ks.cfg
-bash: cd: anaconda-ks.cfg: Not a directory
[root@test tmp]# cd Downloads/
[root@test Downloads]# pwd
/tmp/Downloads
[root@test Downloads]#
源文件是目录吗?如果不是目录的话,就不行了
追问
链接文件,不是目录,有什么命令可以打开它吗?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
cd 文件名 是进入该文件
追问
打开链接文件?
追答
那个1不是有路径吗 你进入路径就行
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
cd /usr/share
cd ~ = cd /home
cd ~ = cd /home
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不知道楼主是怎么创建快捷方式的,建议楼主参考:http://zhidao.baidu.com/question/244409933.html
追问
打不开?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询