Difference between revisions of "Samba"

From Finninday
Jump to: navigation, search
(Config files)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
[[Category: Installation notes]]
 
https://help.ubuntu.com/community/SettingUpSamba
 
https://help.ubuntu.com/community/SettingUpSamba
  
Line 18: Line 19:
 
*/etc/samba/smb.conf
 
*/etc/samba/smb.conf
 
*/etc/samba/smbpasswd
 
*/etc/samba/smbpasswd
 +
 +
===Debug===
 +
smbclient -L localhost

Latest revision as of 17:12, 1 May 2008

https://help.ubuntu.com/community/SettingUpSamba

Packages

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                       Version                    Description
+++-==========================-==========================-====================================================================
ii  samba                      3.0.28a-1ubuntu4           a LanManager-like file and printer server for Unix
ii  samba-common               3.0.28a-1ubuntu4           Samba common files used by both the server and the client
ii  libsmbclient               3.0.28a-1ubuntu4           shared library that allows applications to talk to SMB/CIFS servers
ii  libsmbios1                 0.13.10-1ubuntu1           Provide access to (SM)BIOS information -- dynamic library
ii  smbclient                  3.0.28a-1ubuntu4           a LanManager-like simple client for Unix
ii  smbfs                      3.0.28a-1ubuntu4           mount and umount commands for the smbfs (for kernels >= than 2.2.x)

Config files

  • /etc/samba/smb.conf
  • /etc/samba/smbpasswd

Debug

smbclient -L localhost