Looking for CMP4265 Applied Operating Systems A S2 2024/5 test answers and solutions? Browse our comprehensive collection of verified answers for CMP4265 Applied Operating Systems A S2 2024/5 at moodle.bcu.ac.uk.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
The SSH client comes installed by default. Installing the server and client application on both Virtual Machines allows SSH connection in either direction Admin to Server or Server to Admin.
Using a bash terminal, install the SSH server (openssh-server) on both Virtual Machines. Enter the command below you used to do this.
A SSH server process should now be running on both Virtual Machines. This can be checked using the command:
sudo ps -A | grep sshdWhat is the output of running this command?
Using a bash terminal, update downloadable software repositories on both virtual machines. Enter the command below you used to do this.
Identify the version of the program 'libreoffice-writer' that will be installed by apt. (Hint: why not look in the man page for how to do this?). Enter the command used in the box below.
Install the 'abiword' word-processor package using 'apt'.
Uninstall the 'Abiword' package.