Logo

dev-resources.site

for different kinds of informations.

Linux Administration 101

Published at
4/10/2023
Categories
systemadministration
sysops
devops
linux
Author
Kaye Alvarado
Linux Administration 101

If you're pursuing a SysOps Administration career, it's very important to be familiar with the common commands to get around in the Linux system. I always tend to forget these commands so I'm writing them down as my personal reference.

Image description

Basic

Intermediate

  1. Get the system OS
cat /etc/os-release
  1. Show Linux Kernel Version
[root@ip-100-104-110-48 karina.alvarado]# uname -r
4.14.77-81.59.amzn2.x86_64

Featured ones: