欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

Linux常见英文报错中文翻译(菜鸟必知)

程序员文章站 2022-03-29 23:12:43
1.command not found 命令没有找到 2.no such file or directory 没有这个文件或目录 3.permission denied...

1.command not found 命令没有找到

2.no such file or directory 没有这个文件或目录

3.permission denied 权限不足

4.no space left on device 磁盘没有剩余空间

5.file exists 文件已经存在

6.is a directory 这是1个目录

7.not a directory 不是1个目录

8.warning: changing a readonly file 警告:改变一个只读文件

9.found a swap file by the name ".1.swp" 发下了一个swap文件名字为1.swp

(vim编辑器碰到的意外关闭文件有缓存文件)

10.unrecognized option '--oldboy' 不识别的选项,去查看帮助

11.no route to host 没有路由到主机(防火墙没关)

12.connection refused 连接拒绝(防火墙没关或服务端口没开)

13.access denied 访问拒绝(权限或者selinux)

以上所述是小编给大家介绍的linux常见英文报错中文翻译详解整合,希望对大家有所帮助