I wrote down the commands I need now with reference to Progate. I chose 16.
mkdir directory creation Move cd directory pwd Check the current directory ls Check the contents of the directory ls -l Detailed information can be confirmed ls -a Hidden files are also shown less Display text files one screen at a time ← Space page break / Search from before ← Repeat with Enter ? Search from behind Repeat with Enter Shift +> End of file Shift + <top of file cp copy mv move chmod Change authority Example) chmod 777 tail -f ttt.dat Monitor additional notes ← Ctrl + C end Show ps aux process rm -rf test Forcibly delete files and folders vi Start the vi editor. (Please forgive the details as it is beyond the reach of this section)
Recommended Posts