cifs mount command examples
ROOT
create file /etc/shells
create a line /usr/local/bin/bash
ORACLE
chsh /usr/local/bin/bash
create/edit .bash_profile to execute “eval $(/sbin/ttytype -s -a)
Change putty to send Control H for erase.
cifsclient start
/opt/cifsclient/bin/cifsclient
Â
cifsmount -U Windows_server/Username -P Password //1.2.3.4/D/repo /download/repo
mount -F cifs 1.2.3.4:repo$ /download/repo
cifsmount -U “Windows_server/Username” -P Password 1.2.3.4:repo$ /download/repo
swinstall -s /download/file.depot
Discussion ¬