查看ssh key
cat ~/id_rsa.pub(若无这个文件,可以用ssh-keygen -t rsa命令,若有提示直接回车,即可生成)
cd .. ---根目录
cd /home ---进入到某哥目录下
pwd --查看该文件地址
tail -f xxxx.log ---查看该log日志
linux命令(mac)
原文:https://www.cnblogs.com/TestMa/p/10021727.html