Get Public IP Address in Linux

Get Public IP Address in Linux

When troubleshooting network connectivity issues, may be helpful to know public IP address of the machine. A public IP address is an IP address that is used for communication between...
Get Group ID (GID) in Linux

Get Group ID (GID) in Linux

In Linux system, each group is identified by unique identifier known as group ID or GID. It is used to determine which system resources users of that group can access...
Get User ID (UID) in Linux

Get User ID (UID) in Linux

In Linux system, each user is identified by unique identifier known as user ID or UID. It is used to determine which system resources the user can access. This tutorial...