top interview Questions and Answers
Q. What is Kernel on Ubuntu / Unix Operating system like
Linux?
A. Kernel is the heart of operating system. It interacts with shell and executes the machine level language.
Q. How can I save my input and output commands and see them when required in Linux?
A. At the beginning of the session if I will use SCRIPT command then the details of the input and output commands will be saved in a file called typescript and we can view it any time using “cat typescript” command.
This is very useful to track what user is doing what. HISTORY command will not work because it shows data only for the current session.
Tip
Linux admin questions as server operating system using for secure server environment