SMB or Samba Discription:
An SMB client program for UNIX machines is included with the Samba distribution. It provides an ftp-like interface on the command line. You can use this utility to transfer files between a Windows 'server' and a Linux client.
This Command is used for see smbclient file or directory share :
[root@myhost~]#smbclient -L Server1
For access smb share command :
[root@myhost~]#smbclient -U student // Server1/homes
Now ssh service is must be do you running or you will Check command for SSH Service.
[root@myhost~]#service sshd status
[root@myhost~]#chkconfig --list | grep telnet
And Client machine command for used:
[root@myhost~]#telnet hostname
[root@myhost~]#telnet myshost1.example.com
[root@myhost~]#ssh user@hostname
[root@myhost~]#ssh user@hostname command
[root@myhost~]#
For Example:
[root@myhost~]#ssh asraful@myhost1.example.com
[root@myhost~]#ssh asraful@server1 'df -h'
Now You will Copy, Cut , Past Command is 'scp -r ' 'scp -p' 'scp -c'
For More help: www.linux.org
Briefing for SMB Server:
An SMB client program for UNIX machines is included with the Samba distribution. It provides an ftp-like interface on the command line. You can use this utility to transfer files between a Windows 'server' and a Linux clien
An SMB client program for UNIX machines is included with the Samba distribution. It provides an ftp-like interface on the command line. You can use this utility to transfer files between a Windows 'server' and a Linux client.
This Command is used for see smbclient file or directory share :
[root@myhost~]#smbclient -L Server1
For access smb share command :
[root@myhost~]#smbclient -U student // Server1/homes
Now ssh service is must be do you running or you will Check command for SSH Service.
[root@myhost~]#service sshd status
[root@myhost~]#chkconfig --list | grep telnet
And Client machine command for used:
[root@myhost~]#telnet hostname
[root@myhost~]#telnet myshost1.example.com
[root@myhost~]#ssh user@hostname
[root@myhost~]#ssh user@hostname command
[root@myhost~]#
For Example:
[root@myhost~]#ssh asraful@myhost1.example.com
[root@myhost~]#ssh asraful@server1 'df -h'
Now You will Copy, Cut , Past Command is 'scp -r ' 'scp -p' 'scp -c'
For More help: www.linux.org
Briefing for SMB Server:
An SMB client program for UNIX machines is included with the Samba distribution. It provides an ftp-like interface on the command line. You can use this utility to transfer files between a Windows 'server' and a Linux clien
Post a Comment