2020年7月19日学习笔记

今天是学习Linux的第二天,在windows vmware 上安装了Linux8的系统。了解了一些常用的Linux命令。

systemctl  start     服务名称    运行服务

systemctl  stop     服务名称    停止服务

systemctl  restart  服务名称    重启服务

systemctl  reload  服务名称    重新加载服务

systemctl  status  服务名称    查看服务状态

systemctl  enable  服务名称    加入到启动项

systemctl  disable  服务名称    从启动项中取消

1. reboot :重启

2. poweroff :关机

3.date :日期显示设置

4.wget:下载命令

5.ps:查看系统中的进程

6.top:动态监视进程活动

7.pidof:查询指定服务进程的PID

8.kill:终止某个指定的进程

9.killall:终止某个指定所对应的全部进程

 

posted @ 2020-07-19 22:38  19951926549  阅读(93)  评论(0)    收藏  举报