*BSD News Article 3507


Return to BSD News archive

Path: sserve!manuel!munnari.oz.au!samsung!nighthawk.clearpoint.com!transfer!bu.edu!rpi!usc!wupost!udel!rochester!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!tj2n+
From: tj2n+@andrew.cmu.edu (Tao Jiang)
Newsgroups: comp.unix.bsd
Subject: ps and tcsh
Message-ID: <weV00lC00WB3AzbkUI@andrew.cmu.edu>
Date: 8 Aug 92 17:11:13 GMT
Organization: Doctoral student, Statistics, Carnegie Mellon, Pittsburgh, PA
Lines: 14


Hi,

I patched kvm.cand rebuild libutil.a and ps, but ps -u still did not work.
Any hints?

My second question is about tcsh. I tried to execute the following simple perl program:

#!/usr/local/bin/perl
print "Hello!\n";
As root, it worked correctly.  But as non-root, it seemed that #! did not work.
The error is: 0: Event not found. May someone help me about it?

Thanks in advance!