
In this episode, we discussed the Linux Operating System, which is widely used in Cloud Computing. Some basic commands to start your Linux adventure, commands like:
ls - list items in the current directory
cd - change directory
pwd - show current directory path
mkdir - create a directory
touch - create a file
rm - remove a file
rmdir - remve a directory
cat - displays a file in read state
head - is used to display the first part of a file
tail - is used to display the last part of a file
grep - used to search for text patterns within files or output
curl - transfer data from or to a server
vim and nano (editors) - used to edit
chmod - change file mode (read, write, execute)
chown - change ownership
echo - displays a line of text or variable in the terminal