以下命令均在Centos上使用,常用命令不在文档中列举额
系统管理
系统管理
查看进程
ps -ef
查看所有tcp/udp监听端口
netstat -tunlp
查看磁盘使用情况
df -h
查看发行版本
cat /proc/version
cat /proc/releaxx
软件管理
yum list
yum install nginx
yum remove nginx
文件管理
tar -zxvf
用户管理
应用软件
功力大增
创建固定大小的文件
dd if=/dev/zero of=onebox.test bs=13MB count=1
实时读取文件内容
tail -F linuxidc_log
原文:https://www.cnblogs.com/x-mao/p/14767998.html
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!