answersLogoWhite

0

What else can I help you with?

Related Questions

What is the purpose of the Services snap in?

View and manage software processes that a running in the background.


Can you View what applications are running in the background in windows task manager?

Yes. If you click on the processes tab, you can view all the running programmes


Are programs running on task bar?

Yes, any programs you see on your taskbar are running. If you have them "open" then that would make them active, if they are minimized they are still running, but only in the background. To see a list of all running programs (active and inactive), press "CTRL + ALT + DEL" to view a task manager. From that window you can end any processes you don't want running.


Lets you view the applications and processes running on your computer as well as performance information for the processor and memory?

Task Manager


What lets you view the applications and processes running on your computer as well as performance information for the processor and memory?

In Windows XP, press Ctrl + Alt + Del. There are separate tabs for Applications, Processes and Performance.


What command can be used to view a list of directory hierarchies, including the file system type?

The df utility displays a list of the directory hierarchies available on the file system. NFS is the file system type.


How can I create a printable list from the details view of a folder (in Windows)?

Running the MS-DOS DIR command and "piping" the results to a file does this.


What is programmer view of processes?

no


How is process managed in Windows XP?

One can manage processes by opening the Task Manager and click the tab "Process", here one can view all processes running at the moment. One can also download a special program.


What is system view and user view of the operating system?

what is system view in operating system


What PS command for?

The ps command in Unix/Linux systems is used to display information about running processes. It provides details such as the process ID (PID), terminal associated with the process, CPU and memory usage, and the command that initiated the process. Common options include ps aux for a comprehensive view of all processes or ps -ef for a full-format listing. This command is useful for monitoring system activity and managing processes.


What is the process id in Linux inid?

In Linux, the process ID (PID) is a unique numerical identifier assigned to each running process. It allows the operating system to manage processes efficiently. You can view the PID of processes using commands like ps, top, or pgrep. The PID is essential for process management tasks such as signaling, terminating, or adjusting process priorities.