RTOS, Linux Kernel internal, OS-Programming C & Data Structures, Debugging, Optimizations, Makefiles and Wireless Technologies (Wi-Fi ,LTE and LTE-Advanced )
RTOS is liable to complete its works on time. In RTOS real time output is obtained based on the real time input. here real time means where events are depicted as occurring entirely within the span of and at the same rate as the depiction
What are the differences between Real time operating system and normal operating system.?
ReplyDeleteRTOS is liable to complete its works on time. In RTOS real time output is obtained based on the real time input. here real time means where events are depicted as occurring entirely within the span of and at the same rate as the depiction
DeleteWhat is difference between kill-6 and kill-9
ReplyDeletekill command is used to kill a process with different signals and that signal is decided by the signal options like- -1, -2, -9.
Deletekill -9 kills the zombie process which are already terminated but waiting for their parents to call
kill -6 is used to kill a running process
To see all kill signals you can type command
$ kill -l <1..9>
Ex :-
$kill -l 9
KILL
nice
ReplyDeletenice
ReplyDelete