linux系统用ssh远程登陆显示-bash-4.1$
1: 原因: 缺少shell环境 2:解决方法 把/etc/skel/.bash*拷贝到当前用户目录下 #例当使用root用户登陆时显示bash4.1 cp -pr /etc/skel/.bash* /root/ ####################### … 阅读全文
1: 原因: 缺少shell环境 2:解决方法 把/etc/skel/.bash*拷贝到当前用户目录下 #例当使用root用户登陆时显示bash4.1 cp -pr /etc/skel/.bash* /root/ ####################### … 阅读全文
错误信息: Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again 解决办法是: 编辑/etc/yum.repos.d/epel.re … 阅读全文
正常情况: 执行:ntpdate us.pool.ntp.org [root@localhost ~]# ntpdate us.pool.ntp.org 24 Dec 21:47:08 ntpdate[2489]: step time server 66.13 … 阅读全文
1;提示”libc.so.6: version `GLIBC_2.14′ not found”,原因是系统的glibc版本太低,软件编译时使用了较高版本的glibc引起的 2;http://ftp.gnu.org/gnu/g … 阅读全文
lnmp无法删除目录,目录包含.user.ini LNMP无法删除或更改权限,显示:rm: cannot remove `.user.ini’: Operation not permitted 无法删除“.user.ini”文件解决方法,运行后删除 … 阅读全文