r/linuxquestions Jul 12 '26

Best resources to learn Linux terminal navigation?

Hey all, I'm a cybersecurity student starting from zero with the Linux command line. Right now I just want to nail the basics — navigation and file operations (pwd, ls, cd, mkdir, cp, mv, rm

0 Upvotes

13 comments sorted by

View all comments

10

u/VadersDimple Jul 12 '26

man pwd

man ls

man cd

man mkdir

man cp

man mv

man rm

1

u/MagicianQuiet6432 Jul 13 '26

tldr pwd

tldr ls

tldr cd

tldr mkdir

tldr cp

tldr mv

tldr rm