Linux常用命令
cat /etc/redhat-release
//查系统版本;clock
//时间;hostname
//主机名pwd
//当前所在目录cd
//返回用户主目录cd 路径
//更改目录top
//进程信息df
//磁盘使用情况free
//内存信息ls
//列出该目录包含的文件及子目录uptime
//查系统运行时间、用户数、负载who
//查当前用户last
//用户或终端的登录情况ifconfig
//查看网络属性netstat
//查看网络状态cal
//日历- history //查历史操作记录
timedatectl list-timezones
//打印时区列表(没有北京是正常的)timedatectl set-timezone Asia/Shanghai
//更改时区
更新时间 「2023-03-21 15:28:11」 添加「Linux 常用命令」标签,已有 36 位阅读。