* code of ps command
@ 2001-07-05 11:28 Naveen Kumar Pagidimarri
2001-07-05 12:32 ` Julien Laganier
2001-07-05 16:06 ` Reza Roboubi
0 siblings, 2 replies; 3+ messages in thread
From: Naveen Kumar Pagidimarri @ 2001-07-05 11:28 UTC (permalink / raw)
To: linux-kernel
Hai All,
please help me out to find the source code of ps command or
tell me the source where i can get the information about the
data structures/related system calls used for the
implementation of the ps command.
thank u all in advance for the interest u have shown in me.
thank u
naveen
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: code of ps command
2001-07-05 11:28 code of ps command Naveen Kumar Pagidimarri
@ 2001-07-05 12:32 ` Julien Laganier
2001-07-05 16:06 ` Reza Roboubi
1 sibling, 0 replies; 3+ messages in thread
From: Julien Laganier @ 2001-07-05 12:32 UTC (permalink / raw)
To: Naveen Kumar Pagidimarri; +Cc: linux-kernel
Naveen Kumar Pagidimarri wrote:
>
> Hai All,
>
>
> please help me out to find the source code of ps command or
>
> tell me the source where i can get the information about the
>
>
> data structures/related system calls used for the
>
> implementation of the ps command.
>
> thank u all in advance for the interest u have shown in me.
>
> thank u
>
> naveen
You can get the sourcecode of ps in
http://ftp.debian.org/debian/dists/potato/main/source/admin/psmisc_19.orig.tar.gz
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.
--
Julien Laganier
Student Intern
Sun Microsystem Laboratories
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: code of ps command
2001-07-05 11:28 code of ps command Naveen Kumar Pagidimarri
2001-07-05 12:32 ` Julien Laganier
@ 2001-07-05 16:06 ` Reza Roboubi
1 sibling, 0 replies; 3+ messages in thread
From: Reza Roboubi @ 2001-07-05 16:06 UTC (permalink / raw)
To: Naveen Kumar Pagidimarri, linux-kernel
Naveen Kumar Pagidimarri wrote:
> tell me the source where i can get the information about the
>
>
> data structures/related system calls used for the
>
> implementation of the ps command.
The ps command probably reads ALL or most of the info it needs from the /proc
directory. The proc filesystem is a virtual filesystem implemented by the
kernel.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-07-05 16:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-05 11:28 code of ps command Naveen Kumar Pagidimarri
2001-07-05 12:32 ` Julien Laganier
2001-07-05 16:06 ` Reza Roboubi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox