Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-11-03 11:29:50 -05:00 committed by GitHub
parent 21714c756f
commit 7853bd3223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,9 @@
* `smbget -R smb://<ip>/<share>`
#### NFS shares
* `showmount -e <ip> ` This lists the nfs shares
* `mount -t nfs <ip>:/<share_name> <directory_where_to_mount>` Mounting that share
### Finding Binaries
* find . - perm /4000 (user id uid)