Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 14:43:30 -0500 (EST)
From:      Jerry McAllister <jerrymc@clunix.cl.msu.edu>
To:        unixnoob@charter.net
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Link Help Plz :)
Message-ID:  <200211141943.gAEJhUS20709@clunix.cl.msu.edu>
In-Reply-To: <001101c28c13$b43ba430$0a00a8c0@papabear> from "RD" at Nov 14, 2002 02:26:17 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Wuzzup guys,
>  
>   I've found a few achived mails about linking to directories...
> I'm still confused a bit here...
> 
> --------babybear-p200-128rm---------
> 6-gig hdd for FreeBSD
> 40-gig hdd mounted at /www
> 80-gig hdd mounted at /myftp
> 
> What I have is ftpusers home dir at /www/home/userdir
> I need a link inside their home dir that takes them to /myftp for read
> only.
> 
>   Ln   [options]  link_name?    link_to_dir?
> 
> I'm not sure about the correct options...

  '-s'   as in:
  ln -s /home/some/dir lnname

> 
> Some give me a couple examples tx

try   'man ln'

and read only means you set permissions to only allow read

check out  'man chmod'

////jerry

> 
> rd
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211141943.gAEJhUS20709>