Category Cloud

2 ways to add new line with Vi

If you’re a programmer, you’ve probably heard of Vi and Vim. But did you know that they’re more than just text editors? In fact, they’re two of the most powerful tools in your programming arsenal. Vi and Vim are both…

2 Ways to Get user id in Linux

This article is part of the following series.   In Linux, every user has a unique user id (uid) that is used to identify them. This number is assigned when the user account is created, and it remains the same…

2 Ways to Get File Inode Number in Linux

In computing, an inode (index node) is a data structure used to represent a file or directory. Each inode stores the attributes and disk location of the file’s data. Filesystems that support extended attributes use additional entries in the inode…