In this video, we will be learning basic terminal commands which will allow us to create, copy, rename, move, and delete file and directories. These commands include: touch, mkdir, cp, mv, rm, as well as exploring some options we can use with these commands. Let’s get started.
✅ Support My Channel Through Patreon:
✅ Become a Channel Member:
✅ One-Time Contribution Through PayPal:
✅ Cryptocurrency Donations:
Bitcoin Wallet – 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet – 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet – MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot
✅ Corey’s Public Amazon Wishlist
✅ Equipment I Use and Books I Recommend:
▶️ You Can Find Me On:
My Website –
My Second Channel –
Facebook –
Twitter –
Instagram –
#Linux #Mac
Nguồn: https://codeigniterbrasil.com
Xem thêm bài viết khác: https://codeigniterbrasil.com/lap-trinh-linux/
Xem thêm Bài Viết:
- Hướng dẫn sử dụng hệ điều hành linux siêu tốc – bài 25 Xem cấu hình hệ thống (cpu, ram, hdd)
- Linux cat command summary with examples
- Cài nhiều hệ điều hành Windows và Linux trên một máy tính
- Hướng dẫn tạo USB Boot DLC2019 (NTFS / UEFI) Trên windows 10 ( sử dụng USB 32 GB )
- Hướng dẫn gỡ bỏ Ubuntu sạch sẽ nhất bằng lệnh trên Windows theo chuẩn UEFI-GPT
Shahed Ahmed
April 14, 2020you cover a lot in short time comparison to others… Thanks for video
Pei-Ling Wu
April 14, 2020Teaching is very good but texts look too small. Hope to see changes in your future videos.
Charles Pitagan
April 14, 2020Any suggestion sir about laboratory exercises with my students about linux?
GoldenPixel personal account
April 14, 2020I love the fact that MacOS is based on Unix too so i can follow your tutorial on my own Linux machine
Ali Mohammed
April 14, 2020Hi there
Pleas help me are the shared drive can be deleted
I’m use translation app so I hope you get the idea
Arina Lenkova
April 14, 2020Thank you for this helpful video. I like this article as well, it also helped me a lot in this task https://nektony.com/how-to/duplicate-files-mac
ednakazuya12
April 14, 2020Thank you
bhola prasad
April 14, 2020Man, you totally nailed it. God bless You.
Iloilo City Public Library
April 14, 2020can you help me,
-command to create a copy what is that?
Daylon Norris
April 14, 2020𝗜𝗙 𝗢𝗣𝗘𝗡 𝗖𝗢𝗠𝗠𝗔𝗡𝗗 𝗗𝗢𝗘𝗦𝗡'𝗧 𝗪𝗢𝗥𝗞
JUST USE :
– xdg-open <file_name.file extension>
_______________OR_______________________
– vi <file_name.file extension>
– vim <file_name.file extension>
– emacs <file_name.file extension>
– nano <file_name.file extension>
– gedit <file_name.file extension> (gnome's default editor)
– leafpad <file_name.file extension> (lxde's default editor)
– kedit <file_name.file extension> (KDE's default editor)
Rectangle101
April 14, 2020I think I might have deleted everything! Liked anyway,
Hitesh salgotra
April 14, 2020Luv u alot man u solved my problem from which i was suffering from 2 days
INDRA TRI CAHYO
April 14, 2020can we remove directory with 'space' name? like ' this is dir '?
shawne 87
April 14, 2020IM GETTING AGRAVATED AND IM ABOUT TO DESTROY MY 2019 IMAC 4K WHAT EVER IF I CANT DELETE THIS FREAKING BACK UP FILE. How do I delete this file in terminal ( terminal is extremely difficult and severely advance for geeks) my file says backups.backupdb how do I get this damn file out of my life and off from the computer, through terminal? terminal keeps saying no such file, its F…. ing annoying. 🤬
Gerardo Collado
April 14, 2020try this sudo rm -rf *
Ian Y
April 14, 2020another great video
Ethan Chan
April 14, 2020finally found a way to delete my porn collection without clearing the trash bin, thanks a bunch
SAURABH SINGH
April 14, 2020it helped me alot…
space i s water
April 14, 2020Thank you so much
Bryan J
April 14, 2020Can anyone tell me who he resets his code(bring it back to the top). If it's the type of terminal hes using or what?
Sandvich Collector #TF2 for life
April 14, 2020I have a question: Can you undo a command in this?
provision abpro
April 14, 2020thank you for those regular basics. THank you man for sharing and waiting to see more.
Alyona Rybakova
April 14, 2020lets say you accidentally delete/ force delete the wrong file…would you be able to retrieve it from your trash bin? aka where does the deleted file actually go?
Axnfell
April 14, 2020You don’t explain how to remove a directory that has files inside that even running ‘sudo rm -rf directoryname does not delete, I’ve got 30+ directories that I just cannot get rid of, it states there are files inside but there are not…
Dharmesh Ratan
April 14, 2020How can I copy a folder from one partition to another using terminal?
Amrit Kumar Behera
April 14, 2020Thank you very much
Boubacar Abida Maiga
April 14, 2020Excellent tutorial. Many Thanks.
J. Lewis
April 14, 2020Great stuff! Always a big help. So, what would the command be to copy the file.txt from Desktop/dir1/dir2/dir3/file.txt into dir1?
V N
April 14, 2020Thank you! Your tutorials are simple and sweet
yashwanth kumar
April 14, 2020thank you very much for the video.. its very helpfulll.. thank u
Bola Muyis
April 14, 2020Thank you
Joshua Matos
April 14, 2020Your tutorials are great! Thanks!
Thayakorn Rakwetpakorn
April 14, 2020-r and -R the same right?
Vijay Rachakonda
April 14, 2020How did you get your text file to automatically open in SublimeText? Mine opens in TextEdit.
Thanks!
Lutz Papenfuß ManCave.Productions
April 14, 2020How would you copy or move files with extra safety? I mean if you want to make sure an exact copy was transferred. Is terminal able to hash while copy/move files?
esmoa
April 14, 2020Here are some of the commands used in this video:
cd for changing directory.
ls for showing a list of all the files in the directory.
ls -la for showing the list of files in list format + showing all the hidden files.
mkdir for making a new directory.
touch for creating a new file.
cp for copying a file.
cp -r for copy a directory.
mv for renaming and / or moving a file.
open for opening a file.
rm for removing a file.
rm -rf for force removing a directory.
man (-r) this will show some information about -r. -r is an example.
Escape the Matrix
April 14, 2020Love your videos!
Ahmed Hadi
April 14, 2020Can you move fils to directories WITHOUT navigating them. I mean, can u move a file that you’re not sure where it is located but you know its name to a certain directory?
TM J
April 14, 2020Is it possible to delete all files and folders recursively on Mac OS
Y Aakash
April 14, 2020is there any way to configure for sending files deleted through 'rm' command to recycle bin?
Thanks, tutorial is awesome 🙂
Guy Yves Moro
April 14, 2020very helpful and awesome video… thx
John Hill Escobar
April 14, 2020Replace "open" with "xdg-open" in the script, if the "open" command does not work
migmar wangdue
April 14, 2020oh thank you so much,it helps a lots and learn a lots !
mano trini
April 14, 2020to access files or directories in the root directory that stary with C what command do you type
Shelly Shamsul
April 14, 2020Awesome! very useful and clean tutorial.
Maciek Jankowski
April 14, 2020Good man!!! Thank you
Erdem Alpkaya
April 14, 2020Great tutorial! Thank you.