<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Random Things &#187; MAC-OS</title>
	<atom:link href="http://www.edna.narrabilis.com/category/macos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edna.narrabilis.com</link>
	<description></description>
	<lastBuildDate>Sat, 18 Jul 2009 15:07:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Group Management in MAC-OS</title>
		<link>http://www.edna.narrabilis.com/2009/07/18/group-management-in-mac-os/</link>
		<comments>http://www.edna.narrabilis.com/2009/07/18/group-management-in-mac-os/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 15:04:48 +0000</pubDate>
		<dc:creator>ednawig</dc:creator>
				<category><![CDATA[MAC-OS]]></category>

		<guid isPermaLink="false">http://www.edna.narrabilis.com/?p=56</guid>
		<description><![CDATA[By default /etc/group is consulted only in single-user mode, so that is not the way to deal with group membership under MAC-OS. The command line utility dseditgroup is the way to go: dseditgroup -o create -i 1000 newgroup will create a new group called newgroup with gid 1000 dseditgroup -o edit -a someuser newgroup Will [...]]]></description>
			<content:encoded><![CDATA[<p>By default <code>/etc/group </code> is consulted only in single-user mode, so that is not the way to deal with group membership under MAC-OS.</p>
<p>The command line utility <code>dseditgroup</code> is the way to go: </p>
<p><code>dseditgroup -o create -i 1000 newgroup</code> </p>
<p>will create a new group called <code>newgroup</code> with gid 1000</p>
<p><code>dseditgroup -o edit -a someuser newgroup</code></p>
<p>Will add an (existing) user <code>someuser</code> to <code>newgroup</code></p>
<p><code>dsedtigroup -o read newgroup</code></p>
<p>will display the properties of the group <code>newgroup</code></p>
<p><code>dseditgroup -o delete newgroup</code></p>
<p>will delete the group <code>newgroup</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edna.narrabilis.com/2009/07/18/group-management-in-mac-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

