Results 1 to 2 of 2

Thread: how to get the process info from a linux system

  1. #1
    Newbie
    Join Date
    Jan 2005
    Location
    madurai
    Posts
    1

    how to get the process info from a linux system

    huv v can get de process info from a linux system
    let me explain in a clear way
    for example ,huv to get de status of a system in a network..
    status includes all de process,ipaddress,hostname...
    whether thre is any specifice command to get de info or any other way to find out tat..
    pl do reply me if u know ,coz its goin to b very useful for my proj

  2. #2
    Senior Member
    Join Date
    May 2004
    Location
    Pakistan
    Posts
    253

    Re:

    Dear abul_tce,
    Hello,

    For Processes !!

    You can do this by using following commands.

    # ps auwx
    # pstree
    # top

    For Network Related !!

    You can do this by using these command as well as concatinating these files.

    # cat /etc/hosts ( Will show you hostname )
    # cat /etc/sysconfig/network ( will show you hostname and domain name )
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0 ( will show you IP Address )

    # hostname ( Will show you hostname )
    # domainname ( will show you domain name )
    # ifconfig ( will show you IP Address )


    Best Regards.
    Färrükh Ähmëd

Similar Threads

  1. Novell aims Linux at corporate desktops
    By in forum General Chat
    Replies: 1
    Last Post: 11-09-2004, 01:51 PM
  2. How Do I start GUI Based Service during Linux boot process
    By uday in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 07-22-2004, 02:40 PM
  3. Thwarted Linux backdoor
    By coltrane in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 12-24-2003, 06:55 PM
  4. Dual Linux system how to?
    By Rastar in forum Linux - Software, Applications & Programming
    Replies: 5
    Last Post: 10-03-2002, 01:56 AM
  5. Preorder your Linux for PS2 now!
    By rick420 in forum Linux - General Topics
    Replies: 4
    Last Post: 04-05-2002, 05:47 PM

Bookmarks

Posting Permissions

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