<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Users on Michael’s Domain</title><link>https://jeltsch.org/en/tags/users/</link><description>Recent content in Users on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/users/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating groups and changing group membership in Mac OS X</title><link>https://jeltsch.org/en/creating_groups_and_changing_group_membership_in_mac_os_x/</link><pubDate>Wed, 23 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/creating_groups_and_changing_group_membership_in_mac_os_x/</guid><description>&lt;p&gt;I want to store some files on a Macintosh (OS 10.2). They should be in the Public folder, but only accessible (= only readable) by certain people. Thus I would like to create a new group that has accession rights to these files. Strangely, the group command doesn&amp;rsquo;t exist on MacOS X (chgrp does exist though). I downloaded the 
 &lt;a href="http://www.avalon.net/~tmcintos/software/UserManager/" target="_blank" rel="noopener noreferrer nofollow"&gt;User Manager&amp;nbsp;






 
 
 
 &lt;svg class="svg-inline--fa fas fa-up-right-from-square fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 512 512" overflow="visible"&gt;&lt;use href="#fas-up-right-from-square"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
 application. But the version for OS 10.2 was not really easy to use. Thus I used the NetInfo Manager. I duplicated an existing group, changed its name to &amp;ldquo;gck&amp;rdquo; and id number and added two users (if you have more than one entry, you have to add them in brackets and comma-seperated). Then I created a directory in my Public folder and changed its group to &amp;ldquo;gck&amp;rdquo;. Permissions for this directory are drwxr-x&amp;mdash;. The files inside this directory also belong all to the &amp;ldquo;gck&amp;rdquo; group and have -rwxr&amp;mdash;&amp;ndash; permissions.&lt;/p&gt;</description></item><item><title>Mounting of vfat partitions and accession privilege management mapping (fstab, vfat, umask, fmask, dmask, users)</title><link>https://jeltsch.org/en/mounting_of_vfat_partitions_and_accession_privilege_management_mapping_fstab_vfat_umask_fmask_dmask_users/</link><pubDate>Wed, 04 Apr 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/mounting_of_vfat_partitions_and_accession_privilege_management_mapping_fstab_vfat_umask_fmask_dmask_users/</guid><description>&lt;p&gt;Old Windows (i.e. fat partitions) are no problem for Linux. advanced installers like Yast automatically recognize them and make them available under Linux. However, sometimes the accession privileges are not as you need them. In order to make a fat partition (un)mountable to all users and make every file/directory +rwx for everybody, the fstab needs to look like this: &lt;code&gt;/dev/hda2 /media/windows/E vfat defaults,users,uid=500,gid=100,umask=000 0 0&lt;/code&gt; Additionally Linux owner 500 and group 100 mapped as an for all files. You can also set privileges separately for files (fmask) and directories (dmask). For umask you need to give the inverse octal, meaning: 000 means all privileges and 777 means no privileges.&lt;/p&gt;</description></item></channel></rss>