LINUX COMMANDS
https://youtu.be/kP7V_gJT560?si=gSX55KzPe6jkT3hZ $ date – Displays the current date. $ cal – Displays the calender of the current month. $ whoami – Displays the currently logged-username. $ clear – Clear terminal screen. $ pwd – Displays the current working directory. $ mkdir <directory_name> – Create a directory. $ rmdir <directory_name> – Remove an Empty Directory. $ …