新需求
- 我要改主機名,同步時間,查看磁盤空間......;
知識點
- 總結(jié)了下之前沒有講到的平時又需要用的命令井联;
上手操作
#更改主機名
hostnamectl set-hostname test.server
#同步時間
systemctl restart chronyd
#創(chuàng)建軟連接
ln -s /usr/local/mysql.. /usr/local/mysql
# 創(chuàng)建用戶
useradd test
#修改目錄或文件權(quán)限
chmod -R 755 test.log
#修改用戶缠导、用戶組
chown -R mysql.mysql test.log
#查看磁盤空間
df -h
lsblk
#查看centos版本
cat /etc/redhat-release
#重啟server
shutdown -r now
#查看網(wǎng)絡(luò)
ip a
ifconfig
#查看端口情況
ss -lnt
netstatus -lntup
#查看程序進(jìn)程
ps -ef|grep sshd
#查看系統(tǒng)process的狀態(tài)
top
#查看歷史命令
history
課程視屏
centos_base_lesson11 on bilibili
centos_base_lesson11 on xigua