What is the difference between command "PS" and "PS -aux"

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default What is the difference between command "PS" and "PS -aux"

    Hi,
    I am new to Unix. I hope this is the right group for me to learn about it.
    Question:
    when I run PS command, I only have a few current process.
    Whne I run ps -aux, I have a lot more.
    Which one means the current running process?

    Thanks,
    Julie
    Julie Guest

  2. Similar Questions and Discussions

    1. What is the difference between a DNS "zone" and a DNS "domain"?
      Gurus, What is the difference between a DNS "zone" and a DNS "domain"? I've been studying DNS a lot and grasp the concept, but I want to hear...
    2. CFINPUT type="radio" w/ "value" requires "label"
      On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'...
    3. "Weld" command in "Corel Draw"
      Hi there: I'm new to Illustrator but have used Corel Draw in the past. In Corel Draw there was a "Weld" command. What this did was create a drawing...
    4. what's the difference between ". cmd" and "cmd" in shell script??
      Thank u very much!! -- Zhao YouBing, Ph.D student State Key Lab of CAD&CG,Zhejiang University, Hangzhou, 310027, P.R.China Tel :...
    5. "Start" "Program" "Menu" list is empty
      For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your...
  3. #2

    Default Re: What is the difference between command "PS" and "PS -aux"

    On 19 Aug 2004 09:18:08 -0700, Julie wrote:
    > Hi,
    > I am new to Unix. I hope this is the right group for me to learn about it.
    or read about it.
    [url]http://www.icon.co.za/~psheer/book/index.html.gz[/url]
    > Question:
    > when I run PS command, I only have a few current process.
    > Whne I run ps -aux, I have a lot more.
    try man ps
    > Which one means the current running process?
    Since ps is the one running look at it's line.

    and try command top
    Bit Twister Guest

  4. #3

    Default Re: What is the difference between command "PS" and "PS -aux"

    On 19 Aug 2004 09:18:08 -0700, Julie <juliezhang4247@yahoo.com> wrote:
    > Hi,
    > I am new to Unix. I hope this is the right group for me to learn about it.
    > Question:
    > when I run PS command, I only have a few current process.
    > Whne I run ps -aux, I have a lot more.
    > Which one means the current running process?
    Both of them show current running processes, but the -aux shows
    you more. Your system should have man pages installed, try
    man ps
    ....for much more detail than I could go into here from memory.
    Lots of good examples and explainations there.

    Hope this helps,
    Dave Hinz

    Dave Hinz Guest

  5. #4

    Default Re: What is the difference between command "PS" and "PS -aux"

    Julie <juliezhang4247@yahoo.com> wrote:
    > Hi,
    > I am new to Unix. I hope this is the right group for me to learn about it.
    > Question:
    > when I run PS command, I only have a few current process.
    > Whne I run ps -aux, I have a lot more.
    > Which one means the current running process?
    How about reading the manpage for ps before posting here.

    'man ps'


    Read that, if anything is unclear : post a question together with
    OS type and version used.


    Regards
    --
    Peter Håkanson
    IPSec Sverige ( At Gothenburg Riverside )
    Sorry about my e-mail address, but i'm trying to keep spam out,
    remove "icke-reklam" if you feel for mailing me. Thanx.
    phn@icke-reklam.ipsec.nu Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139