Samba

From WeWeWeb Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Samba is a file/printer sharing system. For more infomation see http://www.samba.org/

In configuring samba in Fedora Core 4, there are problem that some directory cannot be mapped or viewed. The problem may be due to SELinux installed. For more detail, refer to "man samba_selinx".

Samb4 Upgrade

 ./configure --enable-debug --enable-selftest --prefix=/opt/samba4
 make
 make install
 samba-tool dbcheck
 service samba4 start
 samba -V
 smbclient -V
 smbclient -L localhost -U%
 smbclient //localhost/netlogon -UAdministrator -c 'ls'

Goto Linux