Get Username From UID in Unix
Finding out the username by user id (uid) in Unix is not as common a task as determining the uid by a username, but if …
Finding out the username by user id (uid) in Unix is not as common a task as determining the uid by a username, but if …
Any Unix shell script longer than a line will most likely involve using variables. Variables are used to store temporary …
I’ve noticed how many people found other pages of this blog trying to find more information about Unix sockets, …
Finding the compiler version in your Unix system should be the first step before you attempt to compile any package from …
Quite often there’s a need for you to take a screenshot of your Unix desktop, and as always there’s a number …
I had a need to scan a huge directory tree today, identifying the users and Unix groups owning all the files. The …
In Unix systems, there are 6 file types. Below I will give a very short description of each.
I’ve recently upgraded Apache and PHP on my VPS, and one of the unpleasant surprises was that some scripts which …