Last active
March 18, 2019 23:58
-
-
Save fmassicano/81f5ff793f98f616af94d9f8f8a9e9c1 to your computer and use it in GitHub Desktop.
sshfs workaround
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pgrep -lf sshfs | cut -d" " -f1 | xargs -I{} echo "sudo kill -9 {}" | sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sshfs -o allow_other,defer_permissions [email protected]:/path path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment