
centos
iteye_3754
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
redhat换yum源
根据redhat操作系统版本及位数,下载对应centos的版本及位数的这些包: yum-3.2.22-40.el5.centos.noarch.rpm yum-fastestmirror-1.1.16-21.el5.centos.noarch.rpm yum-metadata-parser-1.1.2-4.el5.x86_64.rpm yum-metadata-parser-1.1...原创 2014-04-10 22:21:19 · 90 阅读 · 0 评论 -
centos添加sudoers
CentOS添加sudoers 1.chmod 740 /etc/sudoers 2. ## Allow root to run any commands anywhere root ALL=(ALL) ALL oracle ALL=(ALL) ALL aaa ALL=(ALL) ALL 3.chmod 4...原创 2014-04-12 14:08:57 · 159 阅读 · 0 评论