I'm currently studying Command Line at Progate.
I'm not good at summarizing it, and I decided to write this article because I wanted to summarize the Linux commands that came out in Progate so that I could easily understand when I looked back at my memo.
Simply put, it's a "Linux / UNIX command".
To explain it properly, it is used when operating the command prompt of Windows or the terminal of Mac with only letters.
Command list | meaning |
---|---|
touch | Create a file |
cat | View the contents of the file |
mkdir | Directory creation |
cd | Move directory |
ls | Check the contents of the directory |
mv | File/Move directory & rename |
cp | Copy file |
rm | Delete file |
rm -r | Delete directory |
Currently, I am studying only with Progate, but on 7/2, [New Linux Textbook](https://www.amazon.co.jp/gp/product/4797380942/ref=ppx_yo_dt_b_asin_image_o00_s00?ie=UTF8&psc= I will receive 1), so I will continue to study using it, and I would like to write what I understand, also as my own opinion, so as not to be a full copy of the book.
that's all.
IT terminology dictionary that makes you feel like "I understand" even if you "I don't understand"
Recommended Posts