Skip to content

Instantly share code, notes, and snippets.

@fmassicano
Last active March 18, 2019 23:58
Show Gist options
  • Save fmassicano/81f5ff793f98f616af94d9f8f8a9e9c1 to your computer and use it in GitHub Desktop.
Save fmassicano/81f5ff793f98f616af94d9f8f8a9e9c1 to your computer and use it in GitHub Desktop.
sshfs workaround
pgrep -lf sshfs | cut -d" " -f1 | xargs -I{} echo "sudo kill -9 {}" | sh
sudo sshfs -o allow_other,defer_permissions user@xxx.xxx.xx:/path path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment