CSC 175 Initial Assignment: due Wednesday 1/29 To prepare for this class, you must learn how to use AT LEAST the following shell commands in linux: cd, including common options, cd .., cd ./, ls, including ls -a pwd mkdir cp mv rm more (or cat to view file contents) nano (or vim, or some other non-graphical text editor) ps, including options ps -ae, ps -ecf jobs kill -9 (for both jobs and processes) sudo chmod, chgrp ssh and sftp (remote log in and file transfer), including the ability specify non-default port numbers with these commands. Many of these commands have several options. You will not need to learn each option, only the most common ones. For example, what does ls -F do? Consult man pages (for example, type man ls) or other online documentation to learn how to use these commands yourself. A Quiz on these commands will be given. If you don't pass the quiz, you will NOT BE ALLOWED TO MOVE ON TO FURTHER ASSIGNMENTS. If you find yourself unwilling to learn these kinds of commands, then this class is not for you. 1. Now form groups of 2-3 people each, pick a hostname. 2. Download and burn the Ubuntu server (not desktop!) .iso and burn to a disc. #### This assignment is worth 10% of your total semester grade #### A Quiz will be given on these basic Linux commands Monday 2/3