- Know about the Command Line?
- Why we use Command Line?
- Make files and directory.
- View the files
- Detete and edit them
- How to Navigate
The absolute path shows the full path of files and it is unique location withini the file system. No other files can have this path.
Absolute paths:
- Start with leadiing slash '/'
- Always relative to the root directory
The Relative paths are the paths descrbed with respect to the current directory.
There are two special relative directories.
..parent directory.current directory
Create the following directories as well. They should be subdirectories of
Please, following structure below:
~/T1000
├── warmups
├── homeworks_labs
├── lessons
├── projects




