Loading

随笔分类 -  Shell

摘要:systemd about $ systemctl status ***.service $ systemctl restart xxx $ systemctl start xxx $ systemctl enable xxx // 开机服务自启动 $ journalctl -u edgecor 阅读全文
posted @ 2022-02-24 13:22 zhixlin 阅读(80) 评论(0) 推荐(0)
摘要:学习资料 我们经常都会查看日志-log,去查看进程信息,排查错误 Linux 系统都会运行一个常规的日志守护程序,它所有的输出称之为系统日志 journalctl journalctl command 允许我们查看 system log $ journalctl # 打印此时的系统日志,这可以 ba 阅读全文
posted @ 2021-09-05 11:19 zhixlin 阅读(346) 评论(0) 推荐(0)
摘要:学习资料: The Missing Semester of Your CS Education The Shell OverView $ doller 符号,表示普通用户 # pound 符号,表示 root 用户 还需要知道的一点是输入流与输出流之间的隔离 $ # echo 500 > hello 阅读全文
posted @ 2021-08-28 08:33 zhixlin 阅读(98) 评论(0) 推荐(0)