Root

The   big    concept    that    you    have    to    understand    when    you    are    going    to    be    using   Linux     is     the     concept     of     Root.     In     Linux,     root     pertains     to     the     highest     level     of  anything.    When    you    hear    about    the    root    user,    it    is    referring   … Read more

Root and Ordinary Users

Although users are the subject of another chapter, allow us to introduce the distinction between the root user account and ordinary users, because this distinction is the foundation on which much of the security model is based. For a more in-depth discussion on the matter. Linux makes use of something called the root user account. … Read more

How to Get Total Inodes of Root Partition

On Linux and other Unix-like operating systems, an inode stores information that describes a file or directory (also a file – because everything is a file in Unix) except its name and content or its actual data. Therefore, each file is indexed by an inode which is metadata about the file. An inode contains information … Read more