查看ip地址:ip addr
ip addr
进入某个文件夹:cd
cd
显示文件:ls
ls
罗列出当前文件或目录的详细信息:ll
ll
补全文件名:按Tab键就可以自动补全
查找文件:find / -name install.log
find / -name install.log