Which command can be used to list currently loaded kernel modules?
- lsmod
- modprobe
- modinfo
- insmod
The command 'lsmod' is used to list currently loaded kernel modules in Linux. This command displays a list of all the kernel modules that are currently loaded into the running kernel.
Loading...
Related Quiz
- To ensure a consistent policy across machines, SELinux policies can be stored in _________ format.
- You've been tasked with setting up a Linux server that can share files with Windows clients in the network, ensuring they can access it seamlessly. Which software would you primarily consider installing?
- After implementing a new SELinux policy, a certain application fails to work. To troubleshoot, you decide to temporarily change SELinux mode. Which mode allows everything but logs violations?
- When setting up SSH for the first time, the server-side cryptographic keys are stored in the /etc/ssh/________ directory.
- You are writing a Bash script to automate server maintenance. You want to check if a directory exists before trying to create it. Which command would you use within your script to check for the directory's existence?