From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-82444-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KLZPj-0005GO-4V
	for garchives@archives.gentoo.org; Wed, 23 Jul 2008 08:09:35 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 62C93E0532;
	Wed, 23 Jul 2008 08:09:33 +0000 (UTC)
Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.155])
	by pigeon.gentoo.org (Postfix) with ESMTP id 42D8BE0532
	for <gentoo-user@lists.gentoo.org>; Wed, 23 Jul 2008 08:09:33 +0000 (UTC)
Received: by yw-out-1718.google.com with SMTP id 5so911815ywm.46
        for <gentoo-user@lists.gentoo.org>; Wed, 23 Jul 2008 01:09:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:mime-version:content-type;
        bh=9MyRGA6Kppsp7wbyEGjjlEopruEa+kHCDYloguSIqCo=;
        b=vaAZqmvSVc1dODlOyJkrb+NqXJfRtszrMwp735YpOoUttC5vn6un0bOwXwfsnjNyqX
         6B56K9haVctMFa3EzRtiwvZq4OyM50f1PjJNjtH8Z0nPGlr9AcNW7Adm//Q631nkMRHc
         C4d7xBHKhxQWuzuz4omPaBjsLti47Dv0erJ8I=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:mime-version:content-type;
        b=m5sSI2anMueBt7LaEXO34HmxrGM8b5e9onVlTENlhJUEtV5eEoh+OzG0ZblaMEo6U/
         AkC0D+7/0/6xgTYtQrwnIBDD79fr8dBlXsLZYtlFnr2kNP15WO55oU/jIApXlVm5LEJA
         o1VV60Kz16nfuBicPF0kJCLoLc60mOBu1Meik=
Received: by 10.151.45.6 with SMTP id x6mr6812294ybj.180.1216800572736;
        Wed, 23 Jul 2008 01:09:32 -0700 (PDT)
Received: by 10.151.84.13 with HTTP; Wed, 23 Jul 2008 01:09:32 -0700 (PDT)
Message-ID: <6b16fb4c0807230109m3082f32p140648211f7cdae9@mail.gmail.com>
Date: Wed, 23 Jul 2008 13:39:32 +0530
From: "Kaushal Shriyan" <kaushalshriyan@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] ps command
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_53760_22949261.1216800572730"
X-Archives-Salt: de1dbeec-2642-4153-bc75-b88ba7abd996
X-Archives-Hash: 50dcd4f77525ce91f4955a65343a5eaa

------=_Part_53760_22949261.1216800572730
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi

# ps auxw | egrep "USER|rsync"

root      5301  0.0  0.0  10036  1280 ?        Ss   01:13
root      5306  0.2  0.1  56212 31912 pts/0    S+   01:14
root      5307  0.0  0.1  38052 29708 pts/0    S+   01:14
root      5308  0.2  0.1  38312 29672 pts/0    S+   01:18
root      5473  0.0  0.0   2660   592 ttyS1    R+

what does Ss and S+ and R+ mean in stat column in ps command

Thanks and Regards

Kaushal

------=_Part_53760_22949261.1216800572730
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div dir="ltr">Hi<br><br># ps auxw | egrep &quot;USER|rsync&quot;<br><br>root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5301&nbsp; 0.0&nbsp; 0.0&nbsp; 10036&nbsp; 1280 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ss&nbsp;&nbsp; 01:13<br>root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5306&nbsp; 0.2&nbsp; 0.1&nbsp; 56212 31912 pts/0&nbsp;&nbsp;&nbsp; S+&nbsp;&nbsp; 01:14<br>root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5307&nbsp; 0.0&nbsp; 0.1&nbsp; 38052 29708 pts/0&nbsp;&nbsp;&nbsp; S+&nbsp;&nbsp; 01:14<br>
root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5308&nbsp; 0.2&nbsp; 0.1&nbsp; 38312 29672 pts/0&nbsp;&nbsp;&nbsp; S+&nbsp;&nbsp; 01:18<br>root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5473&nbsp; 0.0&nbsp; 0.0&nbsp;&nbsp; 2660&nbsp;&nbsp; 592 ttyS1&nbsp;&nbsp;&nbsp; R+<br><br>what does Ss and S+ and R+ mean in stat column in ps command<br><br>Thanks and Regards<br><br>Kaushal<br>
<br><br></div>

------=_Part_53760_22949261.1216800572730--