码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS

时间:2015-04-22 00:10:03      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:

CentOS 5中 make: g++ command not found  

yum 更换阿里云的源 http://ju.outofmemory.cn/entry/91040

查看用户列表: http://www.cyberciti.biz/faq/linux-list-users-command/

  1. $ cat /etc/passwd
  2. $ more /etc/passwd  或者 less /etc/passwd
  3. $ awk -F‘:‘ ‘{ print $1}‘ /etc/passwd

          

CentOS

标签:

原文地址:http://www.cnblogs.com/swlin/p/4443035.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!