File Shares
Mount an NFS Share
mount 192.168.1.1:/backups /var/backupsIf the error "mount.nfs: Protocol family not supported" is received:
mount -o vers=3 192.168.1.1:/tintri /tmp/mntUnmount the share
umount /tmp/mntRecursively List All Files in a Share:
smbclient //192.168.1.1/users$ -c 'recurse;ls' -U DOMAIN/Administrator --pw-nt-hashLast updated
Was this helpful?