摘要: gzip和gunzip zip和unzip tar指令 阅读全文
posted @ 2020-03-24 22:16 GhostAnt 阅读(149) 评论(0) 推荐(0) 编辑
摘要: ```python su:Switch user 切换用户,切换到root用户 cat: Concatenate 串联 uname: Unix name 系统名称 df: Disk free 空余硬盘 du: Disk usage 硬盘使用率 chown: Change owner 改变所有者 chgrp: Change group 改变用户组 ps:Process Status 进程状态 tar 阅读全文
posted @ 2020-03-24 22:14 GhostAnt 阅读(236) 评论(0) 推荐(0) 编辑
摘要: find指令 locate指令 grep指令和管道符号| 阅读全文
posted @ 2020-03-24 20:34 GhostAnt 阅读(144) 评论(0) 推荐(0) 编辑
摘要: date指令 cal指令 阅读全文
posted @ 2020-03-24 20:31 GhostAnt 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 查看进程 终止进程kill 查看进程树pstree checkconfig(centos7后使用systemctl list dependencies) top动态监控进程 netstat监控网络状态 阅读全文
posted @ 2020-03-24 19:37 GhostAnt 阅读(143) 评论(0) 推荐(0) 编辑
摘要: shutdown halt reboot sync logout 注意: 当我们关机或重启时,都应该先执行sync将内存数据同步到磁盘中。 阅读全文
posted @ 2020-03-24 19:35 GhostAnt 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 分区方式 linux如何增加一块硬盘 磁盘情况查询 df命令 du命令 个人理解 阅读全文
posted @ 2020-03-24 19:34 GhostAnt 阅读(162) 评论(0) 推荐(0) 编辑
摘要: linux有6个运行级别 忘记root密码可以进入单用户运行级别来修改root密码 阅读全文
posted @ 2020-03-24 19:26 GhostAnt 阅读(138) 评论(0) 推荐(0) 编辑
摘要: pwd ls指令 cd指令 mkdir rmdir touch cp指令 rm指令 mv指令 cat指令 more指令 less指令 和 指令 echo指令 head指令 tail指令 ln指令 history指令 阅读全文
posted @ 2020-03-24 19:20 GhostAnt 阅读(118) 评论(0) 推荐(0) 编辑