How To Find Out Which Group a Unix User Belongs To
If you know the name of a particular user on your Unix system and just want to confirm the primary Unix group (gid) of this individual, just use the id command:
$ id -g greys 115
If you know the name of a particular user on your Unix system and just want to confirm the primary Unix group (gid) of this individual, just use the id command:
$ id -g greys 115
There’s quite a few ways to confirm a user ID (uid) in Unix.
This is probably one of the easiest ways …
bash (Bourne Again SHell) comes with pretty much every Unix-like OS these days. If you ever wonder what exact version of …
I’ve noticed how many people found other pages of this blog trying to find more information about Unix sockets, …
sudo allows you to run a Unix command as a different user. Using /etc/sudoers file to confirm what privileges are …
This is a very brief introduction into navigating the device paths in Solaris. I’m using a Solaris 10 installed on …
Looking at this website access logs, I see how many people share the same problems and look for the same solutions, but …
Finding the compiler version in your Unix system should be the first step before you attempt to compile any package from …
Now and then I come across a situation when I need to run a script or a Unix command and would like to not only see the …
If you’re a really curious mind, you won’t be satisfied with simply knowing the current release of your …