Xref: utzoo comp.sys.att:11741 comp.unix.sysv386:4716 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!usc!sdd.hp.com!cs.utexas.edu!uunet!virtech!cpcahil From: cpcahil@virtech.uucp (Conor P. Cahill) Newsgroups: comp.sys.att,comp.unix.sysv386 Subject: Re: ps fails Message-ID: <1991Feb09.140600.20193@virtech.uucp> Date: 9 Feb 91 14:06:00 GMT References: <1991Feb8.182949.22238@mccc.edu> Reply-To: cpcahil@virtech.UUCP (Conor P. Cahill) Organization: Virtual Technologies Inc., Sterling VA Lines: 28 In article <1991Feb8.182949.22238@mccc.edu> pjh@mccc.edu (Pete Holsberg) writes: >When a user invokes ps, the system responds: >ps: unlink() failed >ps: /etc/ps_date, Permission denied >ps: Please notify your System Administrator. From the FAQ posting: 16. Why do I get the error "ps: unlink() error" every once in a while? This error is caused by the ps program being unable to remove the /etc/ps_data file. This is usually a permissions problem on /etc or /bin/ps. The files and/or directories should be set with the following modes: drwxrwxr-x 20 root sys 3968 Apr 29 08:36 /etc -r-xr-sr-x 1 root sys 21472 May 22 1989 /bin/ps In english: /bin/ps must be mode 2xxx (set-gid) /bin/ps must have the same group as /etc (usually sys) /etc must be group writable -- Conor P. Cahill (703)430-9247 Virtual Technologies, Inc. uunet!virtech!cpcahil 46030 Manekin Plaza, Suite 160 Sterling, VA 22170