Thread: Help on linux!!

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    14

    Question Help on linux!!

    i have to run these command in the terminal of linux.
    cat /proc/self/maps
    and it give the following outputs:

    08048000-0804c000 r-xp 00000000 03:01 506253 /bin/cat
    0804c000-0804d000 rw-p 00003000 03:01 506253 /bin/cat
    0804d000-0804e000 rwxp 00000000 00:00 0
    40000000-40015000 r-xp 00000000 03:01 506049 /lib/ld-2.3.2.so
    40015000-40016000 rw-p 00014000 03:01 506049 /lib/ld-2.3.2.so
    40016000-40017000 rw-p 00000000 00:00 0
    40017000-40217000 r--p 00000000 03:01 457214 /usr/lib/locale/locale-archive
    4200000-4212e000 r-xp 00000000 03:01 147004 /lib/tls/libc-2.3.2.so
    4212e000-42131000 rw-p 0012e000 03:01 147004 /lib/tls/libc-2.3.2.so
    42131000-42133000 rw-p 00000000 00:00 0
    bfffd000-c0000000 rwxp ffffe000 00:00 0

    can u explain what each column in the output means. (sorry.... can not arrange nicely according to column)
    Last edited by kakashi; 02-12-2006 at 10:16 PM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Well you could try http://www.tldp.org/docs.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  2. Wireless Network Linux & C Testbed
    By james457 in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-11-2009, 11:03 AM
  3. Dabbling with Linux.
    By Hunter2 in forum Tech Board
    Replies: 21
    Last Post: 04-21-2005, 04:17 PM
  4. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM