Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 1999 12:32:12 -0600
From:      Dan Nelson <dnelson@emsphone.com>
To:        Forrest Aldrich <forrie@forrie.com>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: ps on 4.0-current
Message-ID:  <19991123123212.B13601@dan.emsphone.com>
In-Reply-To: <4.2.2.19991123131419.01495360@216.67.12.69>; from forrie@forrie.com on Tue, Nov 23, 1999 at 01:15:58PM -0500
References:  <4.2.2.19991123131419.01495360@216.67.12.69>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Nov 23), Forrest Aldrich said:
> Why does ps not show the full path on 4.0 as in 3.3? (for non-root
> users)
> 
> 4.0> ps -ax
> 
>    134  v2  Is+    0:00.00  (getty)
>    135  v3  Is+    0:00.00  (getty)
>    136  v4  Is+    0:00.00  (getty)
>    137  v5  Is+    0:00.00  (getty)
> 
> 3.3> ps -ax
> 
>    312  v0  Is+    0:00.01 /usr/libexec/getty Pc ttyv0
>    313  v1  Is+    0:00.01 /usr/libexec/getty Pc ttyv1
>    314  v2  Is+    0:00.01 /usr/libexec/getty Pc ttyv2

That just means that on your 4.0 box, the gettys have been swapped out. 
ps will not swap the process back in just to get the processname unless
you give it the -f flag (and are root).

-- 
	Dan Nelson
	dnelson@emsphone.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991123123212.B13601>