githubEdit

finding

Mount

Make dir

sudo mkdir /mnt/finance

mount drive

 sudo mount -t cifs -o username=plaintext,password=Password123,domain=. //192.168.220.129/Finance /mnt/Finance

Search a file

find / -name *cred*
grep -rn /mnt/ -ie cred

Last updated