本文共 2036 字,大约阅读时间需要 6 分钟。
1.句子
Connection established.已经建立连接(连上了 有大保健)2.
Connection failed.连接失败Rescue installled system
救援模式mkdir: cannot create directory `/data': File exists
不能 创建 目录 已经存在command not found
命令找不到(没有这个命令)xxx is a directory
是一个目录cp: omitting directory `/data/'
忽略 目录 /data cp 默认无法复制目录ls: cannot access /data/alex.txt: No such file or directory
文件不存在
rm: remove regular file `/root/data/oldgirl.txt'?
删除 普通 文件 xxxxxxxxxxxxxxxxxxxxrm: cannot remove `/tmp/data/': Is a directory
是一个目录-bash: cd: /root/oldboy.txt: Not a directory
不是一个目录Sorry, passwords do not match.
密码 不匹配find: Arguments to -type should contain only one letter
-type参数 之后应该只有一个字母iptables: Firewall is not running.
xxx column window is too narrow
未知的 域名 baidu.com
ping: unknown host baidu.comPackage tree-1.5.3-3.el6.x86_64 already installed and latest version
Package lrzsz-0.12.20-27.1.el6.x86_64 already installed and latest version
软件包 lrzsz 已经 安装 并且 最新版本Nothing to do
18.
No package lidao available.No package lzzz available.没有叫lzzz软件包 Error: Nothing to domount: block device /dev/sr0 is write-protected, mounting read-only
设备 光盘 写入保护 只读你对这个光盘只读[root@king-03 /]# mount /dev/cdrom /mnt
mount: block device /dev/sr0 is write-protected, mounting read-onlymount: /dev/sr0 already mounted or /mnt busy已经 挂载 mount: according to mtab, /dev/sr0 is already mounted on /mntmount: you must specify the filesystem type
你必须 指定 设备类型[root@oldboy tmp]#tar zcf /tmp/etc.tar.gz /tmp
tar: Removing leading `/' from member namestar: /tmp/etc.tar.gz: file changed as we read itgzip: stdin: not in gzip format 压缩包不是gzip压缩的,创建压缩包失败
tar: Child returned status 1tar: Error is not recoverable: exiting now转载于:https://blog.51cto.com/13859027/2149674