ubuntu basic coding
- ls - this is list is this show your directory files
- $ ls (type and press enter key)
- cd - change directory
- you want to go one directory? type
- $ cd (type and press enter key)
- you want to go one step back? type
- $ cd .. (type and press enter key)
- you want to come back your main root menu? type
- $ cd (type and press enter key)
- mkdir -make directories(folders)
- you want create directory(folder)
- $ mkdir (type and press enter key)
- rmdir - remove directories(folders)
- you want delete any files?
- $ rm (type and press enter key)
- well I understand the next question with you. How to rename a file? well lets learn it.
Before
After
Tree is a method to easily view all the files in the terminal.This makes easier to view all the files.
How to install tree in terminal?
- $ sudo snap install tree (type and press enter key)
- $ tree (type and press enter key)
No comments:
Post a Comment