answersLogoWhite

0

Use the 'PS' (process status) command to find out the name of the executable file for a process. If you use the long form and you know the process id, try:

PS -p process-id -l

or

PS -p process-id -f

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the use of execute command in unix?

There is no traditional 'execute' command in Unix.


What command can be used to stop a proccess that is more powerful than Task manager?

kill kill-all Wait that might be in Unix... Windows has "k" and then the "Process ID" or "Process Name" taskkill is another command you could try.


Brief description of format command in unix?

There is no standard 'format' command in Unix.


What does bg stands for in computer system?

BG is a command on Unix and Unix-like operating systems to run a job(process) asynchronously in the background.


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.


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

In Unix, use the 'man' command.


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 are some examples of the Unix find command?

Some examples of the Unix find command are "find . -print" or "find /-name foo". One other command could be "find /home/wpollock/foo" or "find /tmp /var/tmp. $HOME -name foo".


What is sleep commnd from unix?

The sleep command causes the current process to be suspended for N number of seconds. It introduces a delay in the process.


How do you find which unix flavor we are using?

Use the 'uname -a' command. It reports on the Unix system, version, machine name, amongst other things.


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

The "who" command.


How do you make a new command in Unix?

first, make a file. in the file you type in the command's name. an example would be the command date. name the file what you want to call that command. when you use the command, type in cat filename and the computer will do the command.