常用Linux命令

xiaoxiao2022-06-12  36

1.查看系統進程 ps -aux 2.殺掉系統進程 a.根據 ps -aux 查看進程pid b. kill -pid 3.查看網絡配置 ifconfig eth0 4.修改Ip ifconfig eth0 10.142.244.147 5.vi q:不保存退出 wq:保存退出 o:在當前行的下一行增加一條記錄 dd:刪除當前行的記錄 6.ftp 7.網絡設備-eth0 配置文件 /etc/syscofig/network-scripts/ifcfg-eth0 8.查看當前路徑 pwd 9.重啟網絡服務 service network restart 10.用戶文件: /usr/local 11.啟動ftp服務 service vsftpd start
转载请注明原文地址: https://www.6miu.com/read-4933920.html

最新回复(0)