Lab03 Linux - morgan-hanrahan/Tech-Journal GitHub Wiki

In this lab, we learned how to set up the dhcp01 VM, which included setting up a network so that the machine would be able to ping google, ad01, and fw01. We also had to alter the WKS01 machine so that it could ping the dhcp01's hostname. Next, we named our own account and used the ssh command. Finally, we were able to pull up our history logs and learn about the pros and cons of this command.

Three new Linux commands I found were: man, mv, and rmdir. The man command will display the help information for whatever command you enter. For example entering, man dir, will give you all the information about using the dir command. The mv command can rename or move file(s) or directories. To use this command you do: mv [source file/directory] [destination file/directory]. This is beneficial if you have a file in the wrong place or want to organize your machine. Finally, the rmdir command deletes(removes) files or directories.