answersLogoWhite

0

PS -eaf|grep defunct

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you see what is active on a UNIX machine?

Use the 'ps' command. This command lists all of the processes running on the system, when they started, who the owner is, etc.


What is the use of execute command in unix?

There is no traditional 'execute' command in Unix.


Brief description of format command in unix?

There is no standard 'format' command in Unix.


Which is the keyword of shell 1.shift 2.readonly 3.unset 4.ls?

answer is ls.. ls is command outside of the unix kernel.. To identify this if you do locate <command> or which<command> you can identify the source of the program.. if you do locate<keyword> or which<keyword>.. you can't identify the source of the program... :)~ss


What does the -m switch do with the useradd command?

There are many variations of the useradd command; most standard installations may not have this switch. Please identify which Unix system you are talking about.


What is named and unnamed pipe in unix?

In Unix, pipes are basically how information flows between processes. Unnamed pipes are created and destroyed within the processes life cycle. Named pipes exist until removed with an unlink() command and can be used with unrelated processes.


What do CD command do in unix?

The 'CD' command is not standard for Unix. The 'cd' command, however, will change directories (folders). It is a means of navigating the Unix file system.


How many processes are running in a system find Unix command?

PS -e|cut -d " " -fname|wc -l


Which is the most commonly used command for referencing detailed information about a particular command in UNIX?

In Unix, use the 'man' command.


How can you identify by seeing in the prompt whether the command is external or internal in unix?

You really can't. There is nothing in a prompt that would give that information.


Which command is used to create a sub processes?

For Unix, any command is run as a sub-process. You don't need an actual command to create the subprocess. You can also force the process to run in the background by appending a '&' symbol at the end of the command.


What is the Unix command to check to see who is logged in?

The "who" command.