answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which command determine what application or process created a core dump?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What determines who receives products in command economies?

the command system will determine for whom the product is produced. Again, the focus is on socially desirable objectives. The product can be allocated based on class, on a queuing process, on a reward system


What is javaw?

javaw.exe is the java runtime environment process. If you run a java application(usually a .jar file .class file) there are 2 main ways of doing this. 1 is by using the command 'java' which will show a command prompt window. The other is using the 'javaw' command which wont show a command promps windows. It will, however, show error windows when a appication is damaged.


The __ process is a noncompetitive application process?

open admission


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 command deletes any process in Linux?

Processes aren't "deleted", they are "killed." The "kill" command, followed by the process ID number, should kill the process. Most distros also have a "killall" command, which will kill processes that have the name you specified.


Which is true about the process involved in completing an application form?

All five stages of the writing process can be applied to completing an application.


When command is transferred?

process of moving the responsiblity for incident command from one individual to another.


Transfer of command refers to the?

Process of moving the responsibility for the incident command from on individual to another


Can the study abroad application process done online?

When filling out a study abroad application it really depends on who the program is hosted through and whether or not they offer an online application process.


Use of 'FG'command in Linux?

To resume a command, process, application that has been previous suspended. Most commonly used when a command has been executed and suspended (executed with '&' at the end of the command). You may also suspend execution of a program with CTRL-Z (^Z)----$> top &[1]+ 26637$> top &[2] 26642[1]+ Stopped top$>[2]+ Stopped top$> jobs[1]- Stopped 26637[2]+ Stopped 26642$> fg 2[output of the second top]----The + sign displayed by the output of the jobs command refers to the current running process and the - sign refers to the previously running process.


Under the agreements Which is not a part of the unified command plan process?

establish host nation command


What is ppid in PS command?

The ppid field is the parent's process id. This is the process that 'owns' the current process.