Lab 03: Linux Lab - nataneliezer/tech-journal GitHub Wiki

Summary

In this lab we learned how to configure a network for a linux box (CentOS) and how to remote desktop into it from a windows terminal. command notes

useradd "username" - adds a user the the system

passwd "username" - adds password to the user

usermod - used to modify permissions for a certain user

man "command" - gives list of settings and describes uses of a commnad

cd - used to navigate the linux terminal