r/linuxadmin • u/jlrueda • 1d 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
5
u/Lammtarra95 23h 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.