See Which Groups Your Linux User Belongs To जो समूह आपके Linux प्रयोक्ता संबंध रखता है देखने के लिए
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. जब आप एक Linux सिस्टम का उपयोग कर रहे हैं, यह पता करने की क्या आप समूहों से संबंधित उपयोगी है, तो आप समझ सकते हैं कि क्या आप फ़ाइलें और निर्देशिका के लिए उपयोग किया है. This is one of the simplest commands possible. यह सबसे सरल संभव आज्ञाओं में से एक है. I'm using Ubuntu linux, but this command should work on most varieties of linux. मैं Ubuntu Linux का उपयोग कर रहा हूँ, पर इस कमान Linux के सर्वाधिक किस्मों पर काम करना चाहिए.
groups <username> समूह <username>
If you don't enter a username, it defaults to your own username. यदि आप एक उपयोगकर्ता नाम, यह चूक दर्ज करें अपने उपयोगकर्ता नाम के लिए नहीं है. For instance: उदाहरण के लिए:
geek@ubuntuServ:$ groups ubuntuServ @ geek: $ समूह
geek adm dialout cdrom floppy audio dip video plugdev lpadmin scanner admin fuse geek एडमिरल dialout cdrom फ्लॉपी ऑडियो डुबकी वीडियो plugdev lpadmin स्कैनर व्यवस्थापक फ्यूज
You can also check the groups for any other user, including root: तुम भी जड़ सहित किसी अन्य उपयोगकर्ता के लिए समूह की जांच कर सकते हैं:
geek@ubuntuServ:$ groups root ubuntuServ @ geek: $ समूहों जड़
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 रही sshfs स्थापित . . Very useful. बहुत उपयोगी है.

Daily Email Updates दैनिक ईमेल अपडेट
You can get our how-to articles in your inbox each day for free. आप अपने इनबॉक्स में हमारे कैसे लेख को मुफ्त के लिए प्रत्येक दिन प्राप्त कर सकते हैं. Just enter your name and email below: बस नीचे अपना नाम और ईमेल दर्ज करें:


