From owner-freebsd-questions@FreeBSD.ORG Sun Aug 10 16:17:59 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 867DEB11 for ; Sun, 10 Aug 2014 16:17:59 +0000 (UTC) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 445C222CF for ; Sun, 10 Aug 2014 16:17:58 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id dc16so7080597qab.22 for ; Sun, 10 Aug 2014 09:17:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:in-reply-to:mime-version :content-transfer-encoding:content-type:message-id:cc:from:subject :date:to; bh=4Fj0k1wHxTxLgkhyAurNAJEGwYRVu4edAH9vQSwY3cA=; b=DOF6Dei3+p7xw0/at7zklvGvYdpOljtETIUtFUv7ExD9ZvuP7h982pdirRJlyIrUaL i/z5eQlG8/WbshWMuUKrX65Jk2zfRfj5/jKiTmXOQEwX/TMWJEMzWobV+BpVscNoJiv6 XS8PSh1RiWXwvhBEP6v34Cg2m6YRkiZYyeR7UhjfjbDuaWVoC24m4hoPIUgBpTLGs6sI swVfGBQdrtErxgVHhxv2n7O1r3FIaUzJ9HXaIim2s1jTTHeOH42nb4UrqMjv30HRz/Vw 6zfm/w56IxTyiuA21ceEwkYSLQM8EEr6/oHLZPU4KPP1ZEHuHPwCQT/tCVAcpW+URyO/ 92SA== X-Gm-Message-State: ALoCoQltXw3Q2LQd0KrHze8uPwd7IEgubUMgP/3/ef5mjcCX3S7oIJ+MKcQA96JLU0p/xFwpnnom X-Received: by 10.224.11.212 with SMTP id u20mr44886709qau.82.1407687161023; Sun, 10 Aug 2014 09:12:41 -0700 (PDT) Received: from [192.168.2.108] ([96.236.21.80]) by mx.google.com with ESMTPSA id j47sm10878987qge.46.2014.08.10.09.12.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Aug 2014 09:12:40 -0700 (PDT) References: <53E637AC.3010008@hiwaay.net> <20140809170150.0b1c9486.freebsd@edvax.de> <53E63BB0.2080700@hiwaay.net> In-Reply-To: <53E63BB0.2080700@hiwaay.net> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: X-Mailer: iPad Mail (11D167) From: Paul Kraus Subject: Re: ps question .... Date: Sun, 10 Aug 2014 12:12:39 -0400 To: "William A. Mahaffey III" Cc: FreeBSD Questions !!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 16:17:59 -0000 It is the difference between SysV and BSD behavior...=20 ps -ef is SysV=20 ps -aux(www) is BSD They each return slightly different information. Solaris used to include bot= h, which you got depended on your path :-) Sent from my portable device > On Aug 9, 2014, at 11:18, "William A. Mahaffey III" wrote= : >=20 >> On 08/09/14 10:01, Polytropon wrote: >>> On Sat, 09 Aug 2014 10:01:00 -0500, William A. Mahaffey III wrote: >>>=20 >>> .... is there a way to get ps to show me *everything* running ? 'ps >>> -elf' works nicely under Fedora 14 .... >> What about "ps aux"? See "man ps" for details. >=20 >=20 > Thanks, I forgot about the different behavior w/ & w/o the minus sign :-/ .= ... >=20 > --=20 >=20 > William A. Mahaffey III >=20 > ---------------------------------------------------------------------- >=20 > "The M1 Garand is without doubt the finest implement of war > ever devised by man." > -- Gen. George S. Patton Jr. >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g"