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