25 pts - Operating Systems Q&A I
Visit this course in D2L and complete Quiz01 by the due date / time for this assignment. This quiz takes its questions from Chapter 1. Introduction from Operating System Concepts Essentials.
Using guidance from class (or your own approach using, e.g., VirtualBox) create an Ubuntu Desktop 22.04 LTS VM. Apply the (Guide) First steps with a Linux server including making the internal computer name (i.e., host name) xxxxLS1 where xxxx is the first four characters of your Augusta University JagNetID (e.g., my computer will be named tschLS1); the LS1 is short for Linux Server 1.
When your setup & configuration have been completed, open a terminal on your Ubuntu Desktop VM and issue the commands (substituting your hostname for xxxxLS1 in the ping command).
clear
date
whoami
hostname
ping xxxxLS1 -c 2
lsb_release -a
Create a screen capture of the terminal window, naming the image MyLS1.jpg (or other image format) [example]. Attach the screen cap to this assignment in D2L.
Using guidance from class (or your own approach using, e.g., VirtualBox) create a Windows Server 2022 VM. Apply the (Guide) First steps with a Windows server including naming the computer xxxxWS1 where xxxx is the first four characters of your Augusta University login (e.g., my computer will be named tschWS1); the WS1 is short for Windows Server 1.
When your setup & configuration have been completed, open a Windows PowerShell session and issue the commands (changing the xxxxWS1 to your hostname)
clear
date
whoami
hostname
ping xxxxWS1 -n 2
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
Create a screen capture of the PowerShell window naming the image MyWS1.jpg (or other image format). Attach the screen cap to this assignment in D2L.
25 pts - Work with the file system
Ref: (Video) Server shell tidbits.
Do this exercise in your local Windows Server VM xxxxWS1. Using either the command line or Windows PowerShell to perform the following file oriented tasks. Place the screen caps and the command list in a Word document you name WinFS.docx.
Below the screen caps in WinFS.docx list the commands, 1 through 11, one per line, you used to complete each of the tasks above. Attach WinFS.docx to this assignment in D2L.
Do this exercise in your local Linux Server VM xxxxLS1. Use the Linux terminal perform the following file oriented tasks. Place the screen caps and the command list in a Word document you name LinFS.docx.
Below the screen caps in LinFS.docx list the commands, 1 through 11, one per line, you used to complete each of the tasks above. Attach LinFS.docx to this assignment in D2L.
(25 pts) Create server users 'by hand'
Ref: (Guide) Adding Users
Windows Server without Active Directory
In your xxxxWS1 VM establish a new user (using
the GUI is fine or use a shell command-line instead) named Test User with
login tuser and Pw4AIST3720! as password. While
logged in as Test User use the command line or PowerShell to issue the commands hostname
and whoami
making
a screen capture of the session in an image file named WS1User.jpg (or other image format).
Ubuntu Server
In your xxxxLS1 VM establish a new user (using
the GUI is fine or use a shell command-line instead) named Test User with
login tuser and Pw4AIST3720! as password. While
logged in as Test User use the command line to issue the commands hostname
and whoami
making
a screen capture of the session in an image file named LS1User.jpg (or other image format).
Attach the two screen caps to this assignment in D2L.