by Console Bear | Nov 23, 2019 | All, DevOps, Linux, SysOps
List of system related commands: Show name of system: uname -a — Kernel release information: uname -r — Release os information: cat /etc/os-release — Release all etc information: cat /etc/*release — Check who is currently logged in: last...
by Console Bear | Nov 19, 2019 | DevOps, Linux, SysOps
Memory Swaps: [See swap info in system] swapon -s or cat /proc/swaps —— [To see all partitions (including swap memory partition)] lsblk -o TYPE,NAME,KNAME,UUID,MOUNTPOINT,SIZE —— [To see used and free swap memory] free -h —— [To...