Samba Server Installation and Configuration

  • In Debian, Samba server and client come in the following deb packages:
    
    samba
    samba-common
    smbclient
    

    To install them, run command
    
    apt-get install samba samba-common smbclient
    

  • Modify Samba configuration file /etc/samba/smb.conf
    Any line beginning with a semicolon (`` ;'') or a hash (``#'') character is ignored, as are lines containing only whitespace. is a comment and is ignored.


    Previous Pageprevious First Pagetop Next Pagenext