ifconfig/ip addr list 查看网卡信息
ss -tnl 查看ssh协议是否开启
iptables -L -n 查看本地防火墙是否有规则
iptables -F 临时清除防火墙规则,针对本次有效
systemctl disbale firewalld service 停止 针centos7
systemctl stop friewalld service 清除,永久生效 针centos7
service iptables stop chkconfig iptables off 针对centos6
添加用户 useradd 验证用户是否存在 id +用户名字
启动图形界面,statrx &
查看终端类型 tty
查看用户所属shell类型,echo $SHELL
查看命令类型:type
查看内部命令帮助:help +command
查看命令在哪几个章节:whatis +command 注意:该命令执行过程是查询数据进行的,如果没有,可以使用 makewhatis 手动更新。
到制定的章节查看帮助命令:man+数字+命令
外部命令帮助:man +command
列出目录文件,ls 隐藏文件是ls -l
关机命令 systemctl poweroff 或者 halt reboot 重启