Linux常用命令,应该会不断更新下去的。...

---------------------------------------------------------------------------------------------------------------------------

1.关机命令:shutdown   -h   now      //截图如下

Linux常用命令-_常用

---------------------------------------------------------------------------------------------------------------------------

重启命令:shutdown -r now   //截图如下:

Linux常用命令-_命令_02

-----------------------------------------------------------------------------------------------------------------------------------------------------------

配置IP命令:

ifconfig  eth0  ip   netmask  子网掩码  up
如:
ifconfig  eth0  192.168.48.112   netmask  255.255.255.0  up

Linux常用命令-_关机_03

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

ping ip命令:  ping -c 3   ip      //一次发3个包

例如: ping -c  3  192.168.48.24

Linux常用命令-_命令_04

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

查看命令的帮助,比如我要查touch命令的帮助:man    touch即可


---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Linux 查看当前路径命令:pwd

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

​​

您的十分满意是我追求的宗旨。

您的一点建议是我后续的动力。