2.6 KiB
2.6 KiB
linux
- linux 系统目录结构
- linux 文件基本属性
- linux 监控
- linux 软件
- linux 常用命令
- 命令行的艺术(转载)
- Linux 帮助命令 - 关键词:
help
,whatis
,info
,man
- Linux 文件内容查看命令 - 关键词:
cat
,head
,tail
,more
,less
- Linux 文件处理命令 - 关键词:
touch
,ln
,rename
- Linux 文件编辑命令 - 关键词:
sed
,vi
- Linux 文件权限管理命令 - 关键词:
chmod
,chown
,stat
,file
- Linux 文件查找和比较命令 - 关键词:
diff
,locate
/slocate
,find
,which
,whereis
- Linux 文件目录管理命令 - 关键词:
cd
,ls
,pwd
,mkdir
,rmdir
,tree
,cp
,mv
,rm
- Linux 文件压缩与解压命令 - 关键词:
tar
,gzip
,zip
,unzip
- Linux 用户管理命令 - 关键词:
groupadd
,groupdel
,groupmod
,useradd
,userdel
,usermod
,passwd
,su
,sudo
- Linux 系统管理命令 - 关键词:
reboot
,exit
,shutdown
,date
,mount
,umount
- Linux 性能管理命令 - 关键词:
df
,du
,top
,free
,iotop
- Linux 进程管理命令 - 关键词:
ps
,kill
,systemctl
,service
,crontab
- Linux 网络应用命令 - 关键词:
curl
,wget
,telnet
,ip
,hostname
,ifconfig
,route
,ssh
,ssh-keygen
,iptables
- Linux 网络测试命令 - 关键词:
host
,nslookup
,nc
/netcat
,dig
,ping
,traceroute
,netstat
- yum 命令