文章 2022-02-14 来自:开发者社区

LINUX03_磁盘情况查询、ps -ef、centos7查看服务、netstat查看网络、grep、重定向、管道、yum、用户权限(四)

⑧. 管道管道是Linux命令中重要的一个概念,其作用是将一个命令的输出用作另一个命令的输入 示例: ls --help | more 分页查询帮助信息 ps –ef | grep java 查询名称中包含java的进程 ifconfig | more cat index.html | more ps –ef | grep nginx⑨. yum①. 类似于我们java...

LINUX03_磁盘情况查询、ps -ef、centos7查看服务、netstat查看网络、grep、重定向、管道、yum、用户权限(四)
文章 2022-02-14 来自:开发者社区

LINUX03_磁盘情况查询、ps -ef、centos7查看服务、netstat查看网络、grep、重定向、管道、yum、用户权限(三)

④. centos7服务查看①. 有方便统一的管理方式(常用的方法)systemctl start 服务名(xxxx.service) systemctl restart 服务名(xxxx.service) systemctl stop 服务名(xxxx.service) systemctl reload 服务名(xxxx.service) systemctl status 服务名(xxxx.s....

文章 2022-02-14 来自:开发者社区

LINUX03_磁盘情况查询、ps -ef、centos7查看服务、netstat查看网络、grep、重定向、管道、yum、用户权限(二)

③. ps -aux、ps -ef、kill -9①. ps (process)PID进程识别号TTY终端机号TIME此进程所耗CPU时间CMD正在执行的命令或进程名[root@TANG2021 opt]# ps PID TTY TIME CMD 2677 pts/0 00:00:00 bash # 这个是终端 53129 pts/0 00:00:00 ...

LINUX03_磁盘情况查询、ps -ef、centos7查看服务、netstat查看网络、grep、重定向、管道、yum、用户权限(二)
文章 2022-02-14 来自:开发者社区

LINUX03_磁盘情况查询、ps -ef、centos7查看服务、netstat查看网络、grep、重定向、管道、yum、用户权限(一)

①. 磁盘情况查询①. df -h(查询系统整体磁盘使用情况)[root@TANG2021 /]# df -h 文件系统 容量 已用 可用 已用% 挂载点 devtmpfs 974M 0 974M 0% /dev tmpfs 991M 20M 971M 2% /d...

LINUX03_磁盘情况查询、ps -ef、centos7查看服务、netstat查看网络、grep、重定向、管道、yum、用户权限(一)

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。