Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Linux Interview Questions and Answers

Test your skills through the online practice test: Linux Quiz Online Practice Test

Related differences

Linux vs Unix

Ques 11. How do you change the default shell for a user in Linux?

The 'chsh' command is used to change the default shell for a user.

Is it helpful? Add Comment View Comments
 

Ques 12. What is the significance of the '/etc/passwd' file?

The '/etc/passwd' file stores user account information, including usernames and home directories.

Is it helpful? Add Comment View Comments
 

Ques 13. How can you check the available memory in Linux?

The 'free' command is used to display the amount of free and used memory in the system.

Is it helpful? Add Comment View Comments
 

Ques 14. Explain the purpose of the 'cron' scheduler in Linux.

'cron' is a time-based job scheduler in Unix-like operating systems.

Is it helpful? Add Comment View Comments
 

Ques 15. What is the 'sudoers' file, and how do you edit it?

The 'sudoers' file contains information about who can run what commands as sudo. It can be edited using 'visudo.'

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

©2025 WithoutBook