TestOut Chap.12 pt 2
A runaway application does not respond to user input.
When assisting users, a technician often uses the Mac OS Force Quit functions and the Linux kill command. Which of the following situations would require their use?
Task Scheduler
Which Windows tool lets you perform automatic backups at regular times (such as on specific days at specific times)?
ps -e
Which command would you use to display a simple list of all processes running on a Linux distribution that uses either RPM or dpkg for package management?
Insufficient permissions
Which of the following is the most likely reason Don could not install the application, but a technician could?
Task Scheduler
You have an application that you would like to run on your Windows workstation every Monday at 3:00 p.m. Which tool would you use to configure the application to run automatically?
Create a virtual computer that runs Windows 7. Run the virtual computer each time the application runs. Run the application in Compatibility Mode.
You have checked the application vendor's website, but they do not provide a Windows 10 update. What are your options for running the application? (Select TWO)
apt-get install httpd
You're using a Linux distribution that uses Debian Package Manager (dpkg) for package management. Which command would you use to install httpd, the Apache HTTP Server package, and all its dependencies?
yum list installed httpd
You're using a Linux distribution that uses RPM for package management. Which command would you use to check to see if the httpd package, the Apache HTTP Server package, is installed?
yum list available
You're using a Linux distribution that uses RPM for package management. Which command would you use to display a list of all packages available for installation within the internet repositories configured on this system?
yum install httpd
You're using a Linux distribution that uses RPM for package management. Which command would you use to install httpd, the Apache HTTP Server package, and all its dependencies?