Guest User

Untitled

a guest
Nov 13th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. sudo apt install cifs-utils
  2.  
  3. mount -t cifs //192.168.8.XXX/Public -o username=root,password=secret /mnt/NAS
  4.  
  5. ls /mnt/NAS/Azimuth_Backup/
  6.  
  7. touch /mnt/NAS/text.txt
  8.  
  9. mount | grep -i Public
Add Comment
Please, Sign In to add comment