AirBnB clone project The goal of the project is to deploy on our server a simple copy of the AirBnB website.
command interpreter is a program that allows users to interact with the operating system by executing commands.
how to start it in linux distribution ctrl+Alt+T alternatively "terminal"
how to use it and examples
- execute programs - run python scripts and compiled programs
- view contents - display contents using "cat"
- navigate - to change directory usind "cd"
- interact with system - check system update and running processes
- manage files - list files"ls", create new directory "mkdir", remove files "rm", move files "mv" and copy files "cp"