码迷,mamicode.com
首页 > 系统相关 > 详细

linux常用命令

时间:2014-10-05 02:51:17      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:blog   os   使用   ar   sp   div   art   c   on   

ls只列出目录:ls -F | grep ‘/‘ 或者 ls -F | fgrep ‘/‘

更改ip地址:

[root@localhost ~]# setup
#使用setup工具
[root@localhost ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0
把ONBOOT=“no” 改为
ONBOOT=“yes“
#启动网卡
[root@localhost ~]# service network restart
#重启网络服务

  

linux常用命令

标签:blog   os   使用   ar   sp   div   art   c   on   

原文地址:http://www.cnblogs.com/zixueit/p/4006589.html

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