$ sudo apt-get install samba
$ sudo smbpasswd -a whatmam
$ sudo vi /etc/samba/smb.conf
[whatmam]
comment = whatmam directory
path = /home/whatmam
writable = yes
read only = no
guest ok = no
browseable = yes
create mask = 0755
directory mask = 0755
$ sudo /etc/init.d/smbd restart
'Linux' 카테고리의 다른 글
DNS Server 추가 (0) | 2021.12.20 |
---|---|
[Pakage Error] Could not get lock /var/lib/dpkg/lock-frontend (0) | 2021.12.05 |
커널 메세지 출력(printk log level) 분석 (0) | 2021.11.02 |
netplan: fatal error: cannot bind to port 2983 해결 (0) | 2021.09.28 |
ext4 mount하여 파일 확인 방법 (0) | 2021.07.26 |