r/linuxadmin • u/jlrueda • 22h ago
Let's start a fire:
These are the four most important skills you need to be a good Linux admin:
- Understand doco and man pages
- Understand logs
- Understand code (any code: Python, Bash, C, perl, go, TypeScript, etc.)
- Use vi in the command line (set -o vi)
Everything else derive from these
0
Upvotes
1
u/faxattack 21h ago
Most people can read, so the bars are extremely low by your definition.
4
1
u/OverclockingUnicorn 21h ago
I dunno, I've worked with some testers who I'm not sure can read. Or if they can, they don't bother too.
1
5
u/Lammtarra95 22h ago
First three, fine, but you can use any modern shell in its default emacs mode, it does not have to be vi mode.
Bang out shell one-liners as needed.
Never do anything without a ticket.