extra operand
额外的操作数
'tr --help' for more information.
“tr——帮助”获取更多信息。
failed to create symbolic link ‘11.txt’: File exists
未能创建符号链接' 11。txt:文件存在
failed to create hard link ‘./11.txt’: File exists
未能创建硬链接' ./11。txt:文件存在
command not found :
命令未找到,找不到命令,命令没有找到 ;
unknown predicate `-tpye
未知的谓词的打字
missing argument to `-exec'
“-exec”缺少参数
stat: missing operand
统计:失踪的操作数
Try 'stat --help' for more information.
尝试“stat——help”获取更多信息
su: user oldboy does not exist
用户oldboy不存在
usermod: no options
usermod:没有选项
You must specify one of the `-Acdtrux' or `--test-label' options
您必须指定“-Acdtrux”或“——test-label”选项之一
cannot open directory /root: Permission denied
无法打开目录/根目录:权限被拒绝
No free sectors available
没有免费航区
failed to start LSB:bring up/down networking
启动LSB失败:打开/关闭网络 找不到网卡
解决方案:
原来是之前做优化的时候将7的网卡名改成了eth0(众所周知7的网卡名是eno后面随机 一串数字),生成菜单时没有生效,那么在此生效一下
注意网卡配置名是已经修改成eth0以后执行下面操作,一共修改的地方有三处,第一处网卡名:/etc/sysconfig/network-scripts/ifcfg-eth0?,第二处配置文件里面:NAME=eth0?,第三处也是配置文件里面:DEVICE=eth0
修改/etc/sysconfig/grub,添加net.ifnames=0 biosdevname=0
要执行完这三条 systemctl stop NetworkManager
systemctl disable NetworkManager
systemctl enable NetworkManager-wait-online.service
user 'bingbing' already exists
用户“冰冰”已经存在
invalid user name '11'
无效用户名“11”