可以按照如下方式进行操作:

一、查看cpu总个数方法:

1、首先执行top命令,如下图中内容所表示。

cbd87be5b0538fb18823f23475226943.png

2、在top命令的显示界面,按数字键1,即可查看到当前系统中的总cpu数,如下图中内容所表示。

24ec270c4825a5f2d35ab4e3be7fab10.png

二、查看总内存的方法:

1、free命令主要用于显示内存数量,如下图中内容所表示。

1f139c00e2c21637aab233c3e8f57cc0.png

2、一般使用free命令的-h参数,更人性化的显示,如下图中内容所表示。

82580a99e1078a8a077e0b9392f60991.png

扩展资料

linux通用命令:

1、date :print or set the system date and time2、stty -a: 可以查看或者打印控制字符(Ctrl-C, Ctrl-D, Ctrl-Z等)3、passwd: print or set the system date and time (用passwd -h查看)4、logout, login: 登录shell的登录和注销命令5、pwd: print working directory

6、more, less, head tail: 显示或部分显示文件内容.7、lp/lpstat/cancel, lpr/lpq/lprm: 打印文件.8、更改文件权限: chmod u+x...9、删除非空目录:rm -fr dir10、拷贝目录: cp -R dir

Logo

更多推荐