On Mon, Jan 21, 2002 at 02:32:50PM +1100, David Kempe wrote:

> anyone know if there is a samba directive that gives me a share alias?
> Kinda like the netbios alias command (the one server has many names) but for
> a share to have multiple names.
> Or should I use symlinks or something?

You could use the `copy' directive:

    [shared1]
        writable = yes
        browsable = yes
        path = /home/shared

    [shared2]
        copy = shared1


Cheers,

John
-- 
whois [EMAIL PROTECTED]
GPG key id: 0xD59C360F
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to