home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / security / misc / 2223 < prev    next >
Encoding:
Text File  |  1992-12-14  |  2.1 KB  |  47 lines

  1. Newsgroups: comp.security.misc
  2. Path: sparky!uunet!pipex!warwick!doc.ic.ac.uk!cc.ic.ac.uk!imperial.ac.uk!vulture
  3. From: vulture@imperial.ac.uk (Thomas Sippel - Dau)
  4. Subject: Re: Hiding Unix processes?
  5. Message-ID: <1992Dec14.182651.13894@cc.ic.ac.uk>
  6. Keywords: zsh hide mask processes
  7. Sender: vulture@carrion.cc.ic.ac.uk (Thomas Sippel - Dau)
  8. Nntp-Posting-Host: cscgc
  9. Reply-To: cmaae47@imperial.ac.uk
  10. Organization: Imperial College of Science, Technology and Medicine
  11. References: <1g42e5INNoac@darkstar.UCSC.EDU> <1992Dec9.173919@rbg.informatik.th-darmstadt.de> <1992Dec11.121346.24892@Princeton.EDU>
  12. Date: Mon, 14 Dec 92 18:26:51 GMT
  13. Lines: 32
  14.  
  15. In article <1992Dec11.121346.24892@Princeton.EDU>, grweiss@phoenix.Princeton.EDU (Gregory Robert Weiss) writes:
  16. - >In article <1g42e5INNoac@darkstar.UCSC.EDU>, speth@cats.ucsc.edu (James Gustave) writes:
  17.  
  18. - >   Is there a way to mask all of your running processes, similar to what the
  19. - > execl command can do for a single process?  I don't really like having
  20. - > everyone be able to see what I'm doing all the time.
  21. - >   I'm running SunOS Release 4.1.1, and I don't have root privs.
  22. .....
  23. - Don't write your own shell!  Use zsh, a really fine shell combining the (IMHO)
  24. - best features of tcsh, and ksh.  In zsh, you can hide the command-line
  25. - arguments like the following:
  26. - zsh% ARGV0="Hey, stop snooping!" program
  27. - This can be made into an alias like so:
  28. - zsh% alias hide='ARGV0="None of your business.                               "'
  29.  
  30. While this may work under SunOS, it does not work (afaik) under IRIX, where 
  31. the mechanism of storing command arguments is different. No, I fear tho only
  32. foolproof method is:
  33.  
  34.         Buy your own unix system and don't give out logins to it.
  35.  
  36. :-) :-) :-(                           Thomas
  37.  
  38. -- 
  39. *** This is the operative statement, all previous statements are inoperative.
  40. *   email: cmaae47 @ ic.ac.uk (Thomas Sippel - Dau) (uk.ac.ic on Janet)
  41. *   voice: +44 71 589 5111 x4937 or 4934 (day), or +44 71 823 9497 (fax)
  42. *   snail: Imperial College of Science, Technology and Medicine
  43. *   The Center for Computing Services, Kensington SW7 2BX, Great Britain
  44.