$()与 ` ` touch $(date +%F).log
{ } touch {1..3}.file touch{1..10..2}.file
rm -rf .bash_history history -c history !编号
whatis 查命令是啥,然后用man命令
/etc/issue /etc/issue.d 登陆前显示内容
/etc/motd /etc/motd.d 登陆后显示内容
centos8新特性: systemctl enable --now cockit.socket systemctl status cockit.socket 浏览器输入地址:ip:端口
查看防火墙:iptables -vnL 关闭:systemctl stop firewalld systemctl disable firewalld
info CMD 链接帮助
sz 传windows
CTRL r 藏 CTRL q 显 CTRL r 删行
stat
改乱码 iconv -f gb2312 文件 -o 新文件
改文本格式 dos2unix 文件 unix2dos 文件