SAMBAを使ってファイルを共有する
yum -y install samba
pdbedit -a -u root
※Linuxに存在しているユーザから選択
vi /etc/samba/smb.conf
workgroup = WORKGROUP
※windowsの設定に合わせる
systemctl list-unit-files
systemctl start smb.service
※ファイヤーウォールを無効化する
systemctl stop firewalld
systemctl disable firewalld
最終更新:2016年08月01日 01:14