Advertisement
PC_Aide

mount.cifs temp for the root.bash

Nov 23rd, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. << Comments
  2.  
  3.     apt install -y cifs-utils
  4.     Possible store -> /etc/fstab   
  5.  
  6.     O/P: https://i.imgur.com/kEnZca5.png   
  7.     Doc -> http://manpages.ubuntu.com/manpages/xenial/man8/mount.cifs.8.html
  8.  
  9. Comments
  10.  
  11. #Permission here only root, if some other app need write (eg firefox) on this mount, so change permission for your user+group
  12. mount.cifs -o credentials=/home/ubuntu/credo.192.168.1.110 //192.168.1.110/share /media/app-v_srv/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement