COMMANDS EVERY SYSADMIN SHOULD KNOW 💻😳
Hello everyone, I'm back with another Linux thread!
Today I will be going over commands you could possibly use if you are a system admin.
If you're a sysadmin, and I missed any commands, feel free to add on😆
1. Tail 🔎
'tail' is used to view the last few lines of a file. I tend to use this at work when I can't figure out what is going on with an issue. I tail it, and watch the logs to see if an error appear.