basic commands in Linux Ubuntu

Опубликовано: 21 Март 2026
на канале: Felix Castro
12,820
371

Now you can use the terminal easily!!
If you have any questions, please leave a comment in the comments. How redundant! :v
Best regards!!

Check out more videos about Linux Ubuntu here:
   • Linux Ubuntu  

😎️ BASIC COMMANDS 🤩️
✅️ pwd: current path
☑️ cd: navigate between folders
✅️ ls, ls -R: list folder contents
☑️ man: help
✅️ mkdir: create folder
☑️ rmdir: delete empty folder
✅️ rm, rm -r: delete files or folders with content
☑️ cp, cp -r: copy files or folders with content
✅️ mv: move files or folders
☑️ touch: Create empty file
✅️ gedit: Create file and edit contents
✅️ cat: View file contents
☑️ head: View the first 10 lines of a file
☑️ find -name: Search for a file
☑️ history: View history
extra: Compress and decompress in ZIP
👉️ NOTE:
;: Allows you to join commands
ctrl + c: Allows you to exit a command execution