1、
配置网络参数:
(1)、root登录 --> setup命令 进入到 "text mode setup utiliy"
(2)、运行命令"/etc/rc.d/init.d/network restart" 使得对网络的配置生效
2、
查看磁盘使用情况
df -l
df -h
查看某个目录是在哪个分区
df /boot
3、
fdisk -l
4、
find -size +1000000k
5、
mount
umount
6、
history
7、
查看系统虚拟内存,命令:free -m
8、