[scode type="lblue"]文章来自 CSDN @ bokerr[/scode]备份CentOS-Base.repomv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d...
启用 EPEL Repositoryyum -y install epel-release安裝 Htopyum -y install htop安裝 nloadyum -y install nload
[scode type="lblue"]由于有经常需要在CentOS 6.X 上边安装Python 2.7.6的需求,这里写一下安装过程[/scode]查看原Python版本[root@host ~]# python -V
Pytho...
chownchown 用户名 文件名/目录名chgrpchgrp -R 组名 文件名/目录名chmodchmod -R 777 文件名/目录
拥有者
组
其他
r
w
x
...
修改用户的主组usermod -g 组 用户名修改用户的附加组usermod -G 组 用户名修改用户登录shellusermod -s /bin/bash 用户名ubuntu默认是dash为普通用户添加sudo权限usermod -...