Comment

CLI (Shell / Terminal)

Command

ls

Current file status (list select)

ls -a

Hidden file

ls -l

Additional Information

is -al

See all hidden, Additional information

..

(Before) Move the parent folder

cd

Move to

cd ~

Go to top root

cd ../..

Go to top root

touch file name.format

Create file

mv <file> <direction>

Move

mkdir

Create folder (Directory)

cp

Copy

rm

Remove

rm -r

Remove Directory

rm -rf

Force remove

pwd

Absolute position print

vim(vi)

Open vim mode

dd

Delete

p

Post

:wq

(vim mode) save and close

:q!

close without save

cat

Output index file

Last updated

Was this helpful?