随笔分类 -  linux

摘要:1.查看系统、内核cat /etc/redhat-releaseuname -r 2.查看CPUgrep “CPU” /proc/cpuinfo 3.运行时间uptime 4.查看系统位数getconf LONG_BIT 5.查看硬盘和分区df -h 6.软件安装与卸载yum update #更新系 阅读全文
posted @ 2020-11-19 12:33 acwarming 阅读(95) 评论(0) 推荐(0)