I want to mount share folder. Curren command line:
sudo mount -t cifs -o username=USERNAME,password=PASSWD
Is it have some safe way (without permanent sudo and other). Any others utils?
If this is not possible in general, it will be enough for me to be able to mount only a certain shared folder to a certain place.