2018-03-17Linux基础入门之终端管理与命令入门

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

哲学思想:一切皆文件

    原文作者:鹏飞_f673
    原文地址: https://www.jianshu.com/p/f2102af3c480
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞