find

How to See Which Groups Your Linux User Belongs To

This is one of the simplest commands possible. I’m using Ubuntu linux, but this command should work on most varieties of linux. groups <username> If you don’t enter a username, it defaults to your own username. For instance: geek@ubuntuServ:$ groups geek adm dialout cdrom floppy audio dip video plugdev lpadmin scanner admin fuse You can [...]

How to find MySQL Version in Linux And Windows

Make sure that you are connected to the server, as discussed in the previous section. Doing so does not in itself select any database to work with, but that’s okay. At this point, it’s more important to find out a little about how to issue queries than to jump right in creating tables, loading data [...]