ben
However, to answer your question....
death [4] ls -ld ~benklee
drwx------ 21 benklee ocf 2560 Mar 28 17:01 /home/b/be/benklee
Basically, if you run finger, finger is able to read the .plan file in your
home directory because you have permission to.
If you run finger benklee@ocf or run it from the web, neither the finger
program answering the reuest or the webserver can read it. You will have
to allow these permissions by typing
chmod a+x ~ ; chmod a+r ~/.plan
Hope this helps,
- Derek
OCF staff
> ben
--
Be the change you want to see in the world
-- Mahatma Gandhi
ben