//查看网络信息 ifconfig //修改ip地址 ifconfig eth0 123.123.123.123 netmask 255.255.255.0 //网关设置 route add default gw 123.123.123.1 //服务开启.重启.停止 service mysql/httpd/named/... start/restart/stop ls -l //long format ls -i //inode ls -t //sorted by time ls -h //hu…