Skip to content

Commit

Permalink
adding nfspy
Browse files Browse the repository at this point in the history
  • Loading branch information
n3k00n3 committed Aug 13, 2018
1 parent a62f5e5 commit e51d17c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CheatSheets/NFS/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
### Mount directory

`mkdir /mnt/name_folder `

`mount -t nfs target_ip:/ /mnt/name_folder -o nolock`

### nfspy


`sudo nfspy -o server=Target_IP:/home/Path,nfsport=2049/tcp,rw /tmp/path_to_Mount`



0 comments on commit e51d17c

Please sign in to comment.