* usershare [#uab18069]
* usershares [#uab18069]

** usershareディレクトリの作成 [#udd28aa0]
 mkdir /var/lib/samba/usershares
 chgrp users /var/lib/samba/usershares
 chmod 1770 /var/lib/samba/usershares

- 共有の作成を許可するUNIXユーザのグループを指定する。ここではusersを指定した。


** smb.conf [#q2595c7c]
 [global]
   usershare path = /var/lib/samba/usershares
   usershare max shares = 100
   usershare owner only = no

** 共有の作成 [#g6e1d995]
 net usershare add public /tmp/share01 "THIS-IS-SHARE01" everyone:R,user01:F

** 参考 [#c773db2c]
- http://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html
- http://www.swerdna.net.au/suseusershares.html
- http://www.atmarkit.co.jp/flinux/special/samba_n/samba_nb.html

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