usershares

usershareディレクトリの作成

 mkdir /var/lib/samba/usershares
 chgrp users /var/lib/samba/usershares
 chmod 1770 /var/lib/samba/usershares
  • 共有の作成を許可するUNIXユーザのグループを指定する。ここではusersを指定した。

smb.conf

 [global]
   usershare path = /var/lib/samba/usershares
   usershare max shares = 100
   usershare owner only = no

共有の作成

 net usershare add public /tmp/share01 "THIS-IS-SHARE01" everyone:R,user01:F

参考


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2013-02-25 (月) 21:46:41