Connect A Linux Server To A Windows Server 2003 or 2008 / Vista / XP Computer

Q. Can you connect a Linux server to a Windows server 2003 or Windows server 2008 for sharing files and printer? Can you access files stored on Windows server from Linux server?

A. Short answer - yes.

Long answer - Windows operating system uses Server Message Block (SMB) application-level network protocol (also known as CIFS). It is mainly used to provide:

  1. Shared access to files
  2. Printers
  3. Serial ports
  4. Miscellaneous communications between nodes on a network.

In order to communicate with a Windows server you need special software on a Linux (UNIX) called Samba, which provides following services:

  • File and print services for various Microsoft Windows clients
  • Can integrate with a Windows Server domain, either as a Primary Domain Controller (PDC) or as a domain member
  • Can be part of an Active Directory domain
  • Access file stored on Windows
  • Access shared windows printer and so on

Samba program is by default included in many Linux distributions. Discussion releated to samba installation and configuration is beyond the scope of this FAQ section. I recommend following resources:

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 1 comment… read it below or add one }

1 leaonow 08.20.08 at 11:50 am

like this site,but for this piece of work i would say no….the title is really attractive but the content does piss me off
plz….if possible
give an step by step how to
like how to inject the linux in the domain
how to set up a samba share in a windows domain

regards

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Tagged as: , , , , , , , , , , , ,

Previous post: FreeBSD Install and Configure Apache Web Server

Next post: Monit: Monitor BIND 9 (named) Name Server and Auto Restart SSH If It Does Not Respond