LInux入門常出現的單詞語句解析
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‘?
刪除 普通 文件 xxxxxxxxxxxxxxxxxxxx -
rm: 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.com -
Package 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 do
-
mount: 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-only
mount: /dev/sr0 already mounted or /mnt busy
已經 掛載
mount: according to mtab, /dev/sr0 is already mounted on /mnt -
mount: you must specify the filesystem type
你必須 指定 設備類型 -
[root@oldboy tmp]#tar zcf /tmp/etc.tar.gz /tmp
tar: Removing leading `/‘ from member names
tar: /tmp/etc.tar.gz: file changed as we read it -
gzip: stdin: not in gzip format 壓縮包不是gzip壓縮的,創建壓縮包失敗
tar: Child returned status 1
tar: Error is not recoverable: exiting now
LInux入門常出現的單詞語句解析