Which scripting language is most commonly used for Windows system administration?
Correct!
Wrong!
PowerShell is widely used in Windows environments for scripting and automation of administrative tasks.
What is the purpose of a cron job in Linux?
Correct!
Wrong!
Cron jobs are scheduled tasks that run automatically at specified intervals, commonly used for backups and maintenance.
Which command is used to create a virtual machine in VirtualBox from the command line?
Correct!
Wrong!
VBoxManage is the command-line interface for managing VirtualBox virtual machines.
What is a key benefit of using virtualization?
Correct!
Wrong!
Virtualization allows multiple operating systems to run on a single physical machine, improving hardware utilization and flexibility.
Which command can be used to execute a shell script in Linux?
Correct!
Wrong!
You can run a shell script by prefixing its filename with `./`, assuming it has executable permissions.
Which tool is commonly used to manage virtual machines on Linux servers?
Correct!
Wrong!
KVM (Kernel-based Virtual Machine) is a popular virtualization solution integrated into Linux for managing virtual machines.