티스토리 뷰
반응형
11년 6월 기준
# yum install samba
# rpm -qa | grep samba
samba-3.0.33-3.29.el5_6.2
samba-common-3.0.33-3.29.el5_6.2
samba-client-3.0.33-3.29.el5_6.2
// 설치하면 이렇게 세개가 보임
# vi /etc/samba/smb.conf
workgroup = ITGROUP
security = user
security = share로 변경
hosts allow = 192.168.0.
[data]
comment = Data
path = /data
read only = no
writable = yes
security = share
guest ok = yes
# netbios name is the name you will see in "Network Neighbourhood",
# but defaults to your hostname
; netbios name = <name_of_this_server>
반응형
'Study' 카테고리의 다른 글
C++(씨플플) inline function(인라인 함수) 관련 (0) | 2024.01.07 |
---|---|
CentOS(센트오에스) mysql(마이에스큐엘) install(설치) 관련 (1) | 2024.01.07 |
mysql(마이에스큐엘) 5.5 이상 cmake (0) | 2024.01.07 |
VBScript(브이비스크립트) SQL(에스큐엘) Connect(연결) (0) | 2024.01.07 |
mysql(마이에스큐엘) JSON(제이슨) 관련 (0) | 2024.01.07 |
댓글