home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bc / general / 611 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.4 KB  |  37 lines

  1. Newsgroups: uvic.seminar,uvic.general,bc.general
  2. Path: sparky!uunet!utcsri!cs.ubc.ca!newsserver.sfu.ca!howesb
  3. From: howesb@fraser.sfu.ca (Charles Howes)
  4. Subject: Re: .plan files
  5. Message-ID: <1993Jan9.015811.23802@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. References: <1993Jan6.221258.14581@sol.UVic.CA> <1993Jan8.233125.23703@sol.UVic.CA>
  9. Distribution: bc
  10. Date: Sat, 9 Jan 1993 01:58:11 GMT
  11. Lines: 24
  12.  
  13. In article <1993Jan8.233125.23703@sol.UVic.CA> rackerma@ugly.UVic.CA (Robert  Ackerman) writes:
  14. >I have a problem.  
  15. >
  16. >I created a .plan file and tested it by using the command 'finger rackerma'
  17. >It worked.
  18. >
  19. >A friend of mine told me today that I didn't have a plan.  I thought I did so
  20. >I checked it again.  This time I used the command 'finger rackerma@sirius'.
  21. >This time it didn't work.  I tried 'finger rackerma' again and that worked.
  22. >
  23. >There is obviously something going on here that I don't know about. 
  24. >Would anybody care to enlighten me?
  25.  
  26. The permissions on your directory and on the plan file must be correct.
  27.  
  28. Try 'chmod go+x ~; chmod go+r ~/.plan'
  29.  
  30. You should check that none of your other files are publicly writable or
  31. readable without your knowledge.  Do this with 'ls -la ~'.
  32.  
  33. There is also a project file called '.project' that finger will read, if
  34. it's there.  Only the first line will be read.
  35.  
  36. Charles Howes, howesb@sfu.ca
  37.