whoami
查看当前用户
whoami pi
ping -c 4 8.8.8.8
ip route show
free -h
df -h
du -sh /home
pwd
find / -name "*.log"
sed -i "s/old/new/g" file
sort file | uniq -c
systemctl stop nginx