ifconfig或ip addr list(show):查看活动接口的ip地址
确保防火墙处于关闭状态,用命令iptables -L -n查看
CentOS7关闭防火墙:systemctl disabel firewalld.service
systemctl stop firewalld.service
CentOS6关闭防火墙:service iptables stop
chkconfig iptables off
在命令行界面中:[root@mage ~]# #表示为root用户登录,mage为主机名
[mage@maeg ~]$ $表示为普通用户mage登录, maeg为主机名
建议使用非管理员账号登录:执行管理操作临时切换至管理员,操作完成即退出。
几个基础命令:tty:查看当前终端设备
ping:探测网络的连通性(ctrl+c终止命令进行)
关机命令: poweroff,重启:reboot,halt
哲学思想:一切皆文件
网友评论