ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/doc/nautilus-share
Dwayne Hart 148999cf35 Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
..
examples Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
README.Debian Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
changelog.Debian.gz Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
copyright Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30

README.Debian

nautilus-share for Debian
-------------------------

A quick and easy way to have it running (must be done as root):

#export USERSHARES_DIR="/var/lib/samba/usershares"
#export USERSHARES_GROUP="sambashare"
#mkdir ${USERSHARES_DIR}
#groupadd ${USERSHARES_GROUP}
#chown root:${USERSHARES_GROUP} ${USERSHARES_DIR}
#chmod 01770 ${USERSHARES_DIR}
#mv /etc/samba/smb.conf{,.bak}
#cp /usr/share/doc/nautilus-share/examples/smb.conf /etc/samba/
#/etc/init.d/samba restart

You must add users who can share folder in the usershare group, in this example the group is "sambashare":

#usermod -a -G sambashare your_username

 -- Chow Loong Jin <hyperair@gmail.com Tue, 17 Mar 2009 11:48:18 +0800