Linux administrator Interview? these top Linux admin interview questions and answers are for you only..
top interview Questions and Answers
Q. What is INODE and How to Identify in Linux?
A. Its unique identification code for files and directories, its was generate automatically while create new file and directories
$ls -i filename
$ls -ldi directoryname
Q. What is two types of Linux User Modes are available?
A. Command / Terminal
and
GUI - Graphical User Interface..
TipLinux admin interview this is the process you need to explain the concept oriented answers to crack the Linux admin interview
Q. What command to use see Process list in Hierarchical Structure along with PID?
A. #pstree -p.
Q. What is use of “top” command and how to sort Memory and User wise in Linux?
A. Its used to real time monitor hardware utilization of linux machine.
Press M to sort Memory wise result
Press U to sort User wise result.