add bash scripts
This commit is contained in:
5
code/misc/bash/mounts/remote_mounts.sh
Normal file
5
code/misc/bash/mounts/remote_mounts.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
#sshfs -o allow_other,default_permissions ys@192.168.0.102:/home/ys /home/ys/ltop_mount/
|
||||
sshfs -o allow_other,auto_unmount parents@192.168.0.103:/home/parents /home/ys/mltop_mount/parents
|
||||
sshfs -o allow_other,auto_unmount mirijs@192.168.0.103:/home/mirijs /home/ys/mltop_mount/miri
|
||||
|
||||
Reference in New Issue
Block a user