<?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>Enrico Tenivella &#187; change uid gid cambio utente gruppo id</title>
	<atom:link href="http://www.texilee.it/tag/change-uid-gid-cambio-utente-gruppo-id/feed" rel="self" type="application/rss+xml" />
	<link>http://www.texilee.it</link>
	<description>Diario di bordo di un sistemista</description>
	<lastBuildDate>Thu, 19 May 2011 08:42:59 +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>Cambiare UID  GID  utente SuExEc</title>
		<link>http://www.texilee.it/cambiare-uid-gid-utente-suexec</link>
		<comments>http://www.texilee.it/cambiare-uid-gid-utente-suexec#comments</comments>
		<pubDate>Tue, 15 Apr 2008 18:52:22 +0000</pubDate>
		<dc:creator>texilee</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[change uid gid cambio utente gruppo id]]></category>
		<category><![CDATA[suexec apache apache2]]></category>

		<guid isPermaLink="false">http://www.texilee.it/?p=250</guid>
		<description><![CDATA[Capita di rimanere tagliati fuori dalle politiche di restrizione della tecnologia SUEXEC o simili a causa di una configurazione poco attenta Metodo brutale per cambiare uid di texilee/texilee da 100 a 7771 /usr/sbin/groupmod -g 7771 texilee /usr/sbin/usermod -u 7771 texilee find / -uid 100 -exec chown texilee{} \; find / -gid 100 -exec chgrp texilee{} [...]]]></description>
			<content:encoded><![CDATA[<p>Capita di rimanere tagliati fuori dalle politiche di restrizione<br />
della tecnologia SUEXEC o simili a causa di una configurazione<br />
poco attenta</p>
<p>Metodo <strong>brutale</strong> per cambiare uid di texilee/texilee da 100 a 7771</p>
<pre><code>
/usr/sbin/groupmod -g 7771 texilee
/usr/sbin/usermod -u 7771 texilee
find / -uid 100 -exec chown </code><code>texilee</code><code>{} \;
find / -gid 100 -exec chgrp </code><code>texilee</code><code>{} \;
</code></pre>
<p>Se avete &#8220;hardcodato&#8221; il vostro uid numerico in qualche binario<br />
o script dovrete provvedere modificandoli a manina!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texilee.it/cambiare-uid-gid-utente-suexec/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

