# rpm -qa | grep samba # apt-cache search samba # apt-cache showpkg samba # apt-get install samba
パッケージの導入が済んだら、ランレベルと起動の確認、少なくともランレベル3と5で起動してほしいのでそのように設定(chkconfig --add smbではうまくできなかった。オプション違い?)、Sambaを使用するユーザの追加、Windowsで接続の確認。
# chkconfig --list # chkconfig smb on # chkconfig --list # smbpasswd -a hoge