Linux Command

Posted 芒果牛奶

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux Command相关的知识,希望对你有一定的参考价值。

Cpu

cat /proc/cpuinfo 查看cpu核数

top 查看cpu总使用率

top 1 查看各个cpu使用率

Disk

df -h 查看磁盘空间

du -h ./ --max-depth=1 查看当前目录下,每个子目录的磁盘空间

fdisk -l 查看硬盘(已格式化和未格式化都能看到)

fdisk /dev/sda,sdb,sdc (格式化或者重写磁盘分区)

network

ifconfig

正则匹配find:

find . -regextype posix-extended -regex \'.*autojump.(ba|z)?sh\'

查看进程

ps aux

以上是关于Linux Command的主要内容,如果未能解决你的问题,请参考以下文章

80个CMake命令

CMake基础教程(29)add_custom_command添加定制化命令

命令模式

azkaban的简单使用

Azkaban使用

azkaban简单使用