On Sat, 2 Dec 2000, L.D. Best wrote:

> Does anyone have, or know of website having, "How to set permission"
> within my shell account?  heellllllllllllllpppppppp!

  You should have it right in your shell account.
Do 'man chmod' for the manual pages on it.
 
> P.S.  Does anyone know if it is possible to make directories in shell
> account "invisible" to outsiders?  i.e. links to /friends would work
> perfectly, but no one could simply enter /friends/ as the URL and be
> able to see a directory of that subdirectory on their screen?  It seems
> that there must be a way, cuz I've found sites where I can view actual
> directory entries and other sites where permission is denied.

  That'll be the case if the file is world readable, but the 
directory isn't.

  IOW, within this directory,

drwxr-x--x    8 crow     stackman     4096 Dec  2 09:20 crow

resides this file:

-rw-r--r--    1 crow     crow         2922 May 19  2000 menu

  Ginger can read "menu" as long as she knows the filename. 
 
'cat /home/crow/menu' will show Ginger the contents of the file.
'cat /home/crow/m???' will get a "no such file" error.
'ls /home/crow' will get a "permission denied" error.

- 
Steve Ackman                                      [EMAIL PROTECTED]
Glass Host, Arts & Crafts                  http://www.delphi.com/crafts
Metamorphosis Glassworks Page      http://twovoyagers.com/metamorphosis


Reply via email to