About the author
To enable root account, use the command:sudo passwd rootThis will prompt for a new root password and once confirmed, the root account can be used to login.To disable root account in Ubuntu, lock the root account by using the command:sudo passwd -l rootTo work on a root console, use the following commandsudo -i
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.