> 
> 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 [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to