If I had to start learning Linux again as a beginner, I would find it super helpful to know where I should focus my attention.
Get comfortable with these 8 Areas and you can 100% put Linux on your CV
Navigation
Moving around the OS
Navigating the Linux filesystem is crucial. Here are some “need to know” commands:
pwd
- Print Working Directory, shows the current directory.ls
- List directory contents. Usels -l
for detailed information.cd
- Change Directory. Usecd ..
to move up one level.
This next one is crucial…
Keep reading with a 7-day free trial
Subscribe to Cyber Notes to keep reading this post and get 7 days of free access to the full post archives.