Linux: Ways to Find Linux Kernel Release Find out what Linux kernel your server or device is running. uname -r cat /proc/version hostnamectl Using uname -r r stands for release $ uname -r Using cat /proc/version $ cat /proc/version Using hostnamectl $ hostnamectl Labels Linux LPIC-1
Windows command: icacls Icacls is a command-line utility that can be used to display or modify discretionary access control lists (DACLs) on specified files, and apply stored DACLs to files in specified directories. Read more