file operation command

file operation command

cd... Return to the previous level
CD\ Return to the root directory

mkdir creates a directory folder or file
Note that if the parent of the target to be created does not exist, it will fail

rm file path delete file
-rf force delete, including folder

cp copy files

sync synchronous

mv

Guess you like

Origin blog.csdn.net/weixin_44380181/article/details/129697945