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 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…
File System & Navigation Navigation & File Operations # Navigation pwd # print working directory cd /var/log # absolute path cd ~/projects # home directory cd -…
Processes, Networking & System Process Management # View processes ps aux # all processes (BSD format) ps -ef # all processes (UNIX format) ps aux | grep nginx …
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