Subscribe to How-To Geek

Recommended: Click Here to Run a Free Scan for Common PC Errors   [Sponsored Link]

See Which Groups Your Linux User Belongs To

When you are using a linux system, it's useful to find out what groups you belong to, so you can understand whether you have access to files and directories. 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 also check the groups for any other user, including root:

geek@ubuntuServ:$ groups root
root : root fuse

I used this command recently to make sure that my user account was part of the "fuse" group, when I was getting sshfs set up. Very useful.

The Geek is the founder of How-To Geek and a geek enthusiast. When he's not coming up with great how-to articles, he's probably writing at his personal blog. This article was written on 12/15/06 and tagged with: Ubuntu, SysAdmin, Suse Linux

Leave a Comment




Leave your friendly comment here. If you have a computer help question, leave it on the forums instead.

Note: Your comment may not show up immediately on the site.

Copyright © 2006-2008 HowToGeek.com. All Rights Reserved.