VMWare Fusion on MAC OS – Access BIOS/UEFI – Press Function Key + F2 Single User Mode – Press Command + S key, soon after you start/restart your vm, this will take you to GRUB Menu to select the OS distribution that you have installed. Then Press e to edit the boot menu – move…
Tag: linux operating system
Linux Permissions – an Visual Overview
Linux permissions are most important task when it comes to application installation and security hardening of your Linux servers. Linux permissions are – READ [4], WRITE [2], EXECUTE [1] These permissions are presented with numbers as 4, 2, 1. Any File or Directory has a OWNER, GROUP AND OTHERS OWNER – Owner is the one…