![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 05:12 PM |
| how to? launch command with string of command line options | TinCanFury | Shell Programming and Scripting | 5 | 04-28-2008 03:06 PM |
| inconsistent ls command display at the command prompt & running as a cron job | rajranibl | Linux | 5 | 07-30-2007 05:26 AM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | HP-UX | 1 | 10-16-2006 01:16 PM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | Shell Programming and Scripting | 0 | 09-19-2006 06:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
DOS command for ps
I have navigated every DOS and UNIX FAQ to find the DOS equivalent of the UNIX ps command (ps -f would be even better) but all listings of DOS<>UNIX commands do not have it (they all have the same basic commands listed). DOS must have a way of detecting running processes and TSRs. mem /c is the closest thing i can come up with from these lists. Please tell me what that might be. I realize that this is UNIX help not DOS help but do not know any DOS forums, please direct me to where I may find this answer if I am in the wrong place. Thank you,
Dancing Last edited by dancingfool; 10-06-2006 at 08:48 AM. |
| Forum Sponsor | ||
|
|
|
#3
|
|||
|
|||
|
pmon
It seems one needs the 2003 resource kit to use the pmon command.
|
|
#4
|
|||
|
|||
|
pmon
While the link was not useful, I thank you for your prompt reply, and I did find the answer. It seems one must obtain the 2003 resource kit to et the pmon command, which it says is what will do it.
|
|
#5
|
|||
|
|||
|
DOS is a single-tasking operating system. There is no process list because it does not have them. It's just one process, all the time.
Terminate-and-stay-resident programs can't be easily listed because they're not really part of the operating system. They hook software interrupts to call their code, which are not a part of DOS at all, in fact they're part of the processor itself. |
|
#6
|
|||
|
|||
|
2003 resource kit? That's not DOS, that's Windows.
|
|
#7
|
|||
|
|||
|
Quote:
|
|||
| Google The UNIX and Linux Forums |