<?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>LeopoldoMaestro.COM &#187; procfs</title>
	<atom:link href="http://www.leopoldomaestro.com/tag/procfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leopoldomaestro.com</link>
	<description>Networking, Tecnología, Linux, Negocios...</description>
	<lastBuildDate>Fri, 23 Jul 2010 21:59:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FreeBSD y procfs</title>
		<link>http://www.leopoldomaestro.com/freebsd-y-procfs/</link>
		<comments>http://www.leopoldomaestro.com/freebsd-y-procfs/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 02:23:05 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[procfs]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=118</guid>
		<description><![CDATA[Por razones de seguridad Procfs no se monta por defecto en FreeBSD. Si queremos montarlo temporalmente para recabar información de un determinado proceso en ejecución, podemos hacerlo de la siguiente forma:

# mount -t procfs procfs /proc
# cd /proc
# cd 1102
# cat cmdline

]]></description>
			<content:encoded><![CDATA[<p>Por razones de seguridad Procfs no se monta por defecto en FreeBSD. Si queremos montarlo temporalmente para recabar información de un determinado proceso en ejecución, podemos hacerlo de la siguiente forma:</p>
<blockquote><p>
# mount -t procfs procfs /proc<br />
# cd /proc<br />
# cd 1102<br />
# cat cmdline
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/freebsd-y-procfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
