answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the check in process for incident command system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

After check-in you should?

Locate your incident supervisor and obtain your initial briefing.


How do you check a process on Linux server?

With the top command.


Check -in officially logs you in at the incident the check in process and information help to?

locate personnel in case of an emergency


Check-in officially logs you in at the incident the check -in process and information help to?

locate personnel in case of an emergency


Check-in officially logs you in at the incident The check-in process and information help to?

Locate personnel in case of an emergency.


What is the command to check the system load in Linux?

top


What is MSconfig command?

msconfig command is used to check the performnce of the apllications while starting the system


What command can be used to stop a process that is more powerful than task manager?

in the CMD window, enter tskill Process.... Replace the word process with the name of the process you wish to end... Use Taskkill command: 1. Select the Process tab. Clicl View, Select Columns. In the Select Process Page Columns box, check PID (Process Identifier) and click OK. 2. Note the PID of the process you want to kill. ( for example, PID = 2212) 3. In the command prompt window, enter the command taskkill/f/pid:2212 The /f parameter forcefully kills the process. Be careful using this command. It is so powerful, that you can end critical system process that will cause the system to shut down. Pg. 580 "A+ Guide to Software", fifth edition, Jean Andrews


In unix put a long-running process in the background and check the accuracy of the sleep command?

Any process can be placed in the background by using the '&' at the end of the command, or by suspending the process and issuing the 'bg' command. There really is no good way to 'measure' the accuracy of the 'sleep' command because it is not designed to be accurate; it depends on the state of the system and other things going on at the same time. It uses an approximate value to suspend the process but is not designed to be extremely accurate. The value used in the sleep command is the number of seconds to suspend the process, which is subject to other processes running, possibly at a higher level than the current one. Since the process is probably not running at a real time level you wouldn't be able to check the acccuracy of the suspended time with any reliability.


How do you check the windows operating system version?

Just type "ver" at Windows' command prompt. []'s.


What command do you use to check disk space in Ubuntu?

Almost all Unix/Linux systems use the 'df' command to find out how big the partition is, how much is in use, and the percentage of the system in use. This command must be used in a command window.


How do you you check status of nfs server from a client system?

using showmount -e "nfs server name" command , can check status of nfs server.