For interactive visit Live Demo
- pwd: Show the current folder.
- ls: List files and folders.
- cd [folder]: Move into a folder.
- cd ..: Move to the parent folder.
- clear: Clean the screen.
- mkdir [name]: Create a new folder.
- touch [file]: Create an empty file.
- cp [source] [target]: Copy a file.
- mv [old] [new]: Rename or move a file.
- rm [file]: Delete a file.
- rm -r [folder]: Delete a folder and its contents.
- pkg update: Refresh package lists.
- pkg upgrade: Install available updates.
- pkg install [name]: Install a package.
- cat [file]: Show file content.
- less [file]: Scroll through a file.
- nano [file]: Open a simple text editor.
- chmod +x [file]: Make a script executable.
- ./[file]: Run a script.
This is only for beginner.