Linux Interview Questions and Answers
Test your skills through the online practice test: Linux Quiz Online Practice Test
Related differences
Ques 31. What is the purpose of the 'ldconfig' command?
'ldconfig' is used to configure dynamic linker run-time bindings.
Is it helpful?
Add Comment
View Comments
Ques 32. How do you create a hard link in Linux?
The 'ln' command is used to create hard links in Linux.
Is it helpful?
Add Comment
View Comments
Ques 33. Explain the purpose of the 'journalctl' command.
'journalctl' is used to query and display messages from the journal, managed by 'systemd-journald' service.
Is it helpful?
Add Comment
View Comments
Ques 34. What is the purpose of the 'crash' command in Linux?
'crash' is used to analyze the Linux kernel core dumps.
Is it helpful?
Add Comment
View Comments
Ques 35. How do you change the hostname in Linux?
The 'hostnamectl' command is used to change the hostname in Linux.
Is it helpful?
Add Comment
View Comments
Most helpful rated by users:
- What is the purpose of the 'chmod' command in Linux?
- What is the role of the 'grep' command in Linux?
- Explain the difference between 'rm' and 'rmdir' commands.
- Explain the purpose of the 'ls' command.
- Explain the purpose of the 'sudo' command.