当前位置: 技术问答>linux和unix
cd ..出错,是什么情况
来源: 互联网 发布时间:2017-04-24
本文导语: zhangys@hj03:/platform_soft/Interlocking/src/core$ cd .. cd: 获取当前目录时出错: getcwd: 无法访问父目录: 没有那个文件或目录 zhangys@hj03:/platform_soft/Interlocking/src/core/..$ cd .. cd: 获取当前目录时出错: getcwd: 无法访问父目录: 没有那个...
zhangys@hj03:/platform_soft/Interlocking/src/core$ cd ..
cd: 获取当前目录时出错: getcwd: 无法访问父目录: 没有那个文件或目录
zhangys@hj03:/platform_soft/Interlocking/src/core/..$ cd ..
cd: 获取当前目录时出错: getcwd: 无法访问父目录: 没有那个文件或目录
zhangys@hj03:/platform_soft/Interlocking/src/core/../..$ cd ..
zhangys@hj03:/platform_soft$ ls
cmake1 mytest Old Samba服务器构建步骤.docx test 平台软件词汇表.xlsx
zhangys@hj03:/platform_soft$
上面cd ..为什么出错了,从来没遇到过呢,操作系统是ubuntu12.04
|
目录被删除啦
linux:/home/mymtom/tmp$ mkdir -p foo/bar
linux:/home/mymtom/tmp$ cd foo/bar
linux:/home/mymtom/tmp/foo/bar$ rm -rf ../../foo
linux:/home/mymtom/tmp/foo/bar$ cd ..
cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
linux:/home/mymtom/tmp/foo/bar/..$ pwd
/home/smgview/tmp/foo/bar/..
linux:/home/mymtom/tmp/foo/bar/..$
linux:/home/mymtom/tmp$ mkdir -p foo/bar
linux:/home/mymtom/tmp$ cd foo/bar
linux:/home/mymtom/tmp/foo/bar$ rm -rf ../../foo
linux:/home/mymtom/tmp/foo/bar$ cd ..
cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
linux:/home/mymtom/tmp/foo/bar/..$ pwd
/home/smgview/tmp/foo/bar/..
linux:/home/mymtom/tmp/foo/bar/..$
|
太狠了 父亲被干掉了 孩子当然找不到爹了
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。