기본 콘텐츠로 건너뛰기

2월, 2010의 게시물 표시

How can I install / setup / use the samba service on ubuntu / kubuntu ?

#sudo apt-get install samba smbfs #sudo kate /etc/samba/smb.conf [global] workgroup = workgroup dos charset = CP949 display charset = UTF8 unix charset = UTF8 server string = %h server (Samba, Ubuntu) security = USER socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = no password server = None username map = /etc/samba/smbusers [ShareFolder] comment = my home path = /home/ samba user ID writeable = yes guest ok = no create mask = 0644 directory mask = 0755 #sudo smbpasswd -a samba user ID < > #sudo smbpasswd -a snjee New SMB password: Retype new SMB password: startsmbfilepwent_internal: file /etc/samba/smbpasswd did not exist. File successfully created. Added user snjee. If you finish samba setup, you should test the setting values. #sudo testparm Then, you have to restart the samba service. #sudo /etc/init.d/samba restart * Stopping Samba daemons [ OK ] * Starting Samba daemons [ OK ]