All topics
Frontend · Learning hub

Linux notes for developers

Master Linux with a curated set of 3 developer notes — core concepts, patterns, and interview prep. Maintained by the DevRecall team.

Save this stack to your DevRecallMore Frontend notes
Linux

Interview Questions

Linux Interview Questions Q: What is the Linux file permission system? Each file has three permission sets: owner, group, others. Each set has read (r=4), write

Linux

File System & Navigation

File System & Navigation Navigation & File Operations # Navigation pwd # print working directory cd /var/log # absolute path cd ~/projects # home directory cd -

Linux

Processes, Networking & System

Processes, Networking & System Process Management # View processes ps aux # all processes (BSD format) ps -ef # all processes (UNIX format) ps aux | grep nginx

Keep your Linux knowledge sharp.

Save this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.

Get started — free forever