sudo apt install samba samba-common
sudo apt install system-config-samba -- 삼바 GUI환경설정도구 (전혀도움 안됨)
sudo smbpasswd -a 계정ID
cat /etc/samba/smb.conf
[global]
workgroup = SAMBA
security = user
passdb backend = tdbsam
printing = cups
printcap name = cups
load printers = yes
cups options = raw
[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes
----------------------------------------------------------------------------------------------------------------------
위 내용은 CentOS에서 가져온 건데 이 설정이 더 편하다.
sudo systemctl restart smbd
'리눅스' 카테고리의 다른 글
[우분투계열]sqldeveloper 설치 후 할 일 (0) | 2020.03.12 |
---|---|
jdk1.8 설치 (0) | 2020.03.12 |
[우분투계열]history에 시간 표시 (0) | 2020.03.12 |
[우분투계열]방화벽에서 80포트로 온거 8080포트로 포워딩 (0) | 2020.03.12 |
[우분투계열] SqlDeveloper 실행 (0) | 2019.05.25 |