Skip to content

rpm、yum

命令作用

systemctl 命令

<font style="color:rgb(13, 13, 13);">Systemd</font>

<font style="color:rgb(13, 13, 13);">systemctl</font><font style="color:rgb(13, 13, 13);">Systemd</font><font style="color:rgb(13, 13, 13);">systemctl</font>

  • systemctl start <servicename>
  • systemctl stop <servicename>
  • systemctl restart <servicename>
  • systemctl reload <servicename>
  • systemctl status <servicename>
  • systemctl enable <servicename>
  • systemctl disable <servicename>
  • systemctl list-units --type=service
  • journalctl -u <servicename>
  • journalctl

  • reboot 重启系统
  • poweroff关闭系统
  • wget用于在网络上下载文件,支持HTTP、HTTPS、FTP等协议。格式为“wget [参数]下载地址”。以下是一些常用的命令
    • wget [URL]
  • top用于动态地监视进程活动与系统负载等信息,作用类似windows的任务管理器
  • pidof用于查询某个特定服务进程的PID值,格式为格式为pidof [参数] [服务名称],比如查询sshd服务:pidof sshd
  • kill用于终止某个特定PID的进程,格式为kill [参数] [进程PID]

工作目录切换命令

  • pwd 查看当前工作目录
  • cd 切换当前工作目录
    • cd - 返回上一次

标准文件目录

  1. /binlscpmv
  2. /boot
  3. /dev
  4. /etc
  5. /home
  6. /lib/lib64
  7. /mnt
  8. /opt
  9. /proc
  10. /root
  11. /sbin
  12. /tmp
  13. /usr/usr/bin/usr/lib/usr/local
  14. /var