非常有用的linux操作命令

在本地操纵远程的文件夹

sudo sshfs -p 880 -o allow_other [email protected]:/home ~/remote_jetson

登陆远程系统

ssh [email protected] -p880

跑脚本文件

bash run_vgg19_targetP_jetson.sh

卸载远程系统挂在本地的远程文件夹

sudo umount -l ~/remote_158

你可能感兴趣的:(非常有用的linux操作命令)