Linux: Difference between revisions

147 bytes added ,  2 March 2020
Line 258: Line 258:
[https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows Ubuntu Help]<br>
[https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows Ubuntu Help]<br>
If you install windows after installing Ubuntu
If you install windows after installing Ubuntu
==Users and Groups==
===Groups===
<syntaxhighlight lang="bash">
# List members in groups
getent group groupname
</syntaxhighlight>
==Permissions