answersLogoWhite

0

A free software package, Samba enables network access to Linux and UNIX® file and print services. Samba's core functionality derives from its implementation of the Server Message Block (SMB) protocol. SMB client- and server-side support comes bundled with Windows 95 and newer versions of Microsoft Windows. This large installed base has helped Samba grow in popularity...

From the perspective that samba is everywhere, then yes it is good. If you are asking if it is a good protocol, then the answer is that it isn't really all that great. It has large problems on links with high latency. It has far too many redundant commands.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What port does samba server use for UDP traffic?

138


What port does a samba server use for UDP traffic?

138


Samba server and ftp server difference?

Samba server is used fo sharing file and folder and directories over the network ,whether sharing between windows to Linux or vice versa,same case with the ftp but 1)ftp can provide anonymous access to the clients,that means,there is no need to have users account on ftp server 2)files first need to be downloaded from windows or Linux before viewing it,in case of samba we can direct share files. 3)in case of samba there is need of samba clients on samba server for accessing files.


What are the samba configuration files?

Samba can be used to allow connection between Linux and Windows.Manely use for printer sharing,directory sharing and many useful feature. /etc/RC.d/init.d/sabma (start,stop,reastrt) use for active samba service. For samba configuratiuon use this file /etc/smb.conf change those workgroup = WORKGROUPNAME server string = MACHINE DESCRIPTION In this file we configure setting for printer sharing and Directory sharing.


What can be used on Linux to provide file and print services?

CUPS is the de-facto network print service for Linux and Mac. Certain windows versions can connect to it also (unless you have XP home or some other crippled version) Native Linux file transfers might occur over HTTP (Web server) FTP (FTP server) scp (ssh server) NFS (NFS 'network file system' server) SAMBA (Samba file and print service for Windows, also works as a client for win servers) Of the five, NFS is probably the preferred Linux file server (especially in a Linux/mac/Unix only environment), because you can mount the server directory on the client and it will appear as a local directory. For true compatibility with windows, there is one answer to both questions: SAMBA. Samba uses the same Small Message Block (SMB) protocol that is native to Windows clients. It is a Linux and Mac implementation of NetBios, NT File Server, NT Print Server, and Active Directory server and client all rolled into one.


What is a Samba server in Linux?

Samba Server is the Linux implementation of SMB, or Server Message Block. It is utilized for network sharing of files and printers.


How would you use the advanced package to install samba if you are not logged in as root?

If your user account is in the sudoers file, then you can use APT to install Samba as root.


Port no of samba server?

139


How do you create a Samba server in Red Hat Enterprise Linux 5?

To create a Samba server in Red Hat Enterprise Linux 5, first, install the Samba package using the command yum install samba samba-client samba-common. Next, configure the Samba configuration file located at /etc/samba/smb.conf by defining the shared directories and access permissions. After editing the configuration, start the Samba services with service smb start and service nmb start, and ensure they are set to start on boot using chkconfig smb on and chkconfig nmb on. Finally, set up user access with smbpasswd -a username for any user you want to grant access to the Samba shares.


what server allows directories to be shared between Windows system?

The best way between Linux and Windows is through Samba. Samba is an open source implementation of Microsoft's Server Message Block protocol, which is what Windows uses for file and print sharing. Between Linux boxes, however, it can be as simple as a networked filesystem.


Which permissions do administrators typically use to assign storage space as well as modify permissions on a Windows Server 2008 file server?

NTFS : Administrators typically use NTFS permissions to assign privileges on a Windows Server 2008 file server.


What is the name of the main Samba configuration file?

/etc/smb/smb.conf or /etc/samba/smb.conf.