Samba

From 탱이의 잡동사니
Revision as of 08:07, 8 June 2016 by Pchero (talk | contribs)
Jump to navigation Jump to search

Overview

Linux/Windows file system sharing manager Samba 내용 정리

Installation

<source lang=bash> $ sudo apt-get install samba </source>

Configuration

User add

삼바 사용을 위해서는 반드시 사용자를 추가해야 한다. Linux 사용자로 등록되어 있는 사용자만 삼바 이용자로 추가할 수 있다. <source lang=bash> $ sudo smbpasswd -a test_user New SMB password: Retype new SMB password: Added user test_user.

$ sudo smbpasswd -a notExists New SMB password: Retype new SMB password: Failed to add entry for user notExists. </source>

smb.conf

삼바 설정 파일이다. /etc/samba/smb.conf 에 위치한다.

See also