mount -t cifs with prompt for password?
hello people...
[root@host ~]# mount -t cifs -o username=<share user>,password=<share password>,domain=example.com //WIN_PC_IP/<share name> /mnt
but, i need to write my password into command.
is possible for the command prompt for password?
so no need to expose my password...
thanks.