RAID 4 - LESSONS FOR LEARNING
  • Home
  • Tutorial 1
  • Tutorial 2
  • Tutorial 3

Basic Linux Intro, CLI commands, Your First C++ Program!

YAY its finally time for your first dive into linux. You will learn how to navigate through files through the terminal, and write your first C++ program!

Commands went over in this tutorial
​

ls - lists all files in current directory
cd - changes directory
mkdir - makes directory
rm - removes files
rm -r - removes files but with the recursive flag set to allow removal of directories
sudo apt upgrade/update - upgrade/update packages and dependencies
g++ - command to compile C++ programs in the terminal
nano - text editor in the terminal
./a.out - how to run your C++ program after to compile it
Powered by Create your own unique website with customizable templates.
  • Home
  • Tutorial 1
  • Tutorial 2
  • Tutorial 3