cd -- filename/dirName

[ccmobil@vm-a65a-fc19 wstemp]$ cd -553607453/
-bash: cd: -5: invalid option
cd: usage: cd [-L|-P] [dir]
[ccmobil@vm-a65a-fc19 wstemp]$ cd -- -553607453/
[ccmobil@vm-a65a-fc19 -553607453]$ ls

转载于:https://www.cnblogs.com/liupuLearning/p/6109791.html

Linux_access the file or directory which start with -相关推荐

  1. libgstreamer-1.0.so.0: cannot open shared object file: No such file or directory

    1. 问题现象 error while loading shared libraries: libgstreamer-1.0.so.0: cannot open shared object file: ...

  2. pip 升级之后提示 bash: /usr/bin/pip3: No such file or directory

    1. 问题现象 pip 升级之后使用时报错: $ pip3 -V bash: /usr/bin/pip3: No such file or directory 通过命令查找 pip 位置 $ whic ...

  3. pip install faiss-gpu失败unable to execute ‘swig‘: No such file or directory

    1. 安装报错 unable to execute 'swig': No such file or directory error: command 'swig' failed with exit s ...

  4. GCC 链接 xxx:No such file or directory 及运行可执行文件 error while loading shared libraries: xxx.so 解决方案

    关于 GCC 提示找不到指定库文件的这个问题,通常出现在以下 2 个场景中: 利用静态库或者动态库文件实现链接操作(生成可执行文件)时,·GCC 可能会提示 xxx:No such file or d ...

  5. npm install遇到ENOENT: no such file or directory, rename错误

    问题描述 npm 安装模块时遇到ENOENT: no such file or directory, rename错误 解决办法 1.删除根目录下package-lock.json文件 2.删除根目录 ...

  6. docker load 出错 open /var/lib/docker/tmp/docker-import-837327978/bin/json: no such file or directory

    1. 问题现象 使用 docker load 加载镜像包的时候出现如下错误: open /var/lib/docker/tmp/docker-import-837327978/bin/json: no ...

  7. 【Qt】错误GL/gl.h: No such file or directory的解决方法(以及cannot find -lGL解决方法)

    1.问题描述 QtCreator第一次编译时,报错GL/gl.h: No such file or directory 错误信息如下: /home/Qt5.6.3/5.6.3/gcc_64/inclu ...

  8. 【linux】可执行程序执行时报错-sh: ./mxc_v4l2_tvin.out: No such file or directory的解决方法

    问题 在imx6开发板上执行 ./mxc_v4l2_tvin.out时报错: -sh: ./mxc_v4l2_tvin.out: No such file or directory 原因查找 1.路径 ...

  9. 【linux】error: stdio.h: No such file or directory

    ubuntu 默认没有C和C++编译环境 ubuntu 默认没有C和C++编译环境,新装的ubuntu,使用gcc编译时,会报错,找不到某某头文件等.在编译一个demo,如hello world时,会 ...

  10. 编译安装apr 1.5.2 时报 rm: cannot remove `libtoolT': No such file or directory

    今天在编译安装apr-1.5.2 的时候执行./configure --prefix=/usr/local/apr 的时候报了一个这么样的信息 " rm: cannot remove `li ...

最新文章

  1. 一个苹果手机移动电源也能让他拽得跟二五八万似的
  2. windows tensorrt python
  3. 机房收费系统之抽象工厂篇
  4. mybatis源码学习
  5. Java最佳实践–字符串性能和精确字符串匹配
  6. linux中DIR、dirent、opendir()、readdir()、closedir()函数的使用
  7. 12v电源正负极区分_解决冬天车辆无法启动的难题——车用应急启动电源选购要点及评测...
  8. Android中通过ViewHelper.setTranslationY实现View移动控制(NineOldAndroids开源项目)
  9. Node介绍及环境配置~超级详细哦
  10. 计算机高级技师论文网,高级技师论文(数控铣床、加工中心).doc
  11. Packet Voice Modeling 语音包模型
  12. 重庆北大青鸟校区【学员心声】:学习是我们前进的动力
  13. android 手机通过蓝牙连接条形码扫描枪后自动断开连接,Android手机(设备)连接扫描枪扫码遇到的问题...
  14. cpu发热测试软件,如何检测CPU的温度?这些软件少不了
  15. Windows NT操作系统
  16. ROS激光SLAM导航理解
  17. uc缓存分段视频合并
  18. trimmed ICP及其在PCL代码解析与使用
  19. 提交健康信息服务器拥挤,python hpilo 监控 hp ilo 服务器健康信息
  20. java 模拟天眼查登陆,scrapy,我想模拟登陆天眼查网站,那个网站要滑动对齐验证,我能怎么办才能模拟登陆成功呢?...

热门文章

  1. nodejs的一些日常操作
  2. [bug]使用SharpZipLib遇到中文名称乱码问题
  3. BFS(双向) HDOJ 3085 Nightmare Ⅱ
  4. idm下载工具 Win平台下最好的下载工具 无广告 免打扰 静默下载
  5. react-native 错误捕捉与处理
  6. 商品库存的扣除过程,如何防止超卖?
  7. 宇宙第一 IDE 发布新版了
  8. 10 年前被删的初恋,凌晨 1 点突然加我…屌丝的眼泪
  9. 网络运维工程师技能图谱,这些你都会吗?
  10. eclipse对mysql进行增删改查_用eclipse编写的 能对MySQL数据库中表实现增删改查功能...