-
skip - 忽略
-
next - 下一步
-
hostname - 主机名
-
password - 密码
-
complete - 完成
-
network - 网络
-
conf configuration - 配置
-
established - 连接
-
Connection established - 连接已经建立
-
Connection failed - 连接失败
-
directory dir - 目录
-
E37: No write since last change (add ! to override) - 你修改了文件的内容,不让走了
-
command not found - 命令找不到
-
omitting directory - 忽略这个目录;
-
cannot access /data/ - 无法访问
-
No such file or directory - 没有这个文件或目录
-
rm: remove regular file `oldboy.txt'? - 确定删除文件吗
-
rm: cannot remove `data': Is a directory - 无法删除 目录
-
mkdir /data
-
mkdir:cannot create directory '/data' File exists - 无法创建目录 文件已存在
-
cp: overwrite `/tmp/test.txt'? - 覆盖 ,遇到名字一样的文件,问是否覆盖
-
ifup 启动网卡
-
ifdown 关闭某个网卡
-
man
-
useradd 添加用户
-
passwd 设置密码
-
id 显示用户得信息
-
su switch user 切换用户
-
su - oldboy
-
su 与 su - 得区别
-
uname 显示系统信息
-
-r 显示系统内核版本
-
-m 显示系统32/64位
-
getenforce 查看selinux状态
-
setenforce 关闭selinux
-
chkconfig 管理开机自动运行得软件
- Could not resolve host 'mirrorlist.centos.org' 无法解析域名
- 。。。