<?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>Man Pages - Linux Manual Pages &#187; open</title>
	<atom:link href="http://www.manpages.com/man/tag/open/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manpages.com</link>
	<description>Linux Manual Pages</description>
	<lastBuildDate>Sat, 29 Aug 2009 05:48:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>dirfd &#8211; linux man page</title>
		<link>http://www.manpages.com/man/dirfd-linux-man-page/</link>
		<comments>http://www.manpages.com/man/dirfd-linux-man-page/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 01:51:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[D]]></category>
		<category><![CDATA[closedir]]></category>
		<category><![CDATA[dirfd]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[opendir]]></category>
		<category><![CDATA[readdir]]></category>
		<category><![CDATA[rewinddir]]></category>
		<category><![CDATA[scandir]]></category>
		<category><![CDATA[seekdir]]></category>
		<category><![CDATA[telldir]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=835</guid>
		<description><![CDATA[dirfd &#8211; get directory stream file descriptor
USAGE
       #include &#60;sys/types.h&#62;
       #include &#60;dirent.h&#62;

       int dirfd(DIR *dir);

DESCRIPTION
       The  function  dirfd()  returns the file descriptor associated with the
     [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/dirfd-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dup, dup2 &#8211; linux man page</title>
		<link>http://www.manpages.com/man/dup-dup2-linux-man-page/</link>
		<comments>http://www.manpages.com/man/dup-dup2-linux-man-page/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 01:43:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[D]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[dup]]></category>
		<category><![CDATA[dup2]]></category>
		<category><![CDATA[fcntl]]></category>
		<category><![CDATA[open]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=807</guid>
		<description><![CDATA[dup, dup2 &#8211; duplicate a file descriptor
USAGE
       #include &#60;unistd.h&#62;

       int dup(int oldfd);
       int dup2(int oldfd, int newfd);

DESCRIPTION
       dup() and dup2() create a copy of the file descriptor oldfd.

    [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/dup-dup2-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>clearerr, feof, ferror, fileno &#8211; linux man page</title>
		<link>http://www.manpages.com/man/clearerr-feof-ferror-fileno-linux-man-page/</link>
		<comments>http://www.manpages.com/man/clearerr-feof-ferror-fileno-linux-man-page/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 05:22:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[clearerr]]></category>
		<category><![CDATA[fdopen]]></category>
		<category><![CDATA[feof]]></category>
		<category><![CDATA[ferror]]></category>
		<category><![CDATA[fileno]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[stdio]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=568</guid>
		<description><![CDATA[clearerr, feof, ferror, fileno &#8211; check and reset stream status
USAGE
       #include &#60;stdio.h&#62;

       void clearerr(FILE *stream);
       int feof(FILE *stream);
       int ferror(FILE *stream);
       int fileno(FILE *stream);

DESCRIPTION
  [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/clearerr-feof-ferror-fileno-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>open, creat &#8211; linux man page</title>
		<link>http://www.manpages.com/man/open-creat-linux-man-page/</link>
		<comments>http://www.manpages.com/man/open-creat-linux-man-page/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 05:12:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[O]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[creat]]></category>
		<category><![CDATA[dup]]></category>
		<category><![CDATA[fcntl]]></category>
		<category><![CDATA[fopen fifo]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[lseek]]></category>
		<category><![CDATA[mknod]]></category>
		<category><![CDATA[mmap]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[openat]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[socket]]></category>
		<category><![CDATA[stat]]></category>
		<category><![CDATA[umask]]></category>
		<category><![CDATA[unlink]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=530</guid>
		<description><![CDATA[open, creat &#8211; open and possibly create a file or device
USAGE
       #include &#60;sys/types.h&#62;
       #include &#60;sys/stat.h&#62;
       #include &#60;fcntl.h&#62;

       int open(const char *pathname, int flags);
       int open(const [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/open-creat-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>close &#8211; linux man page</title>
		<link>http://www.manpages.com/man/close-linux-man-page/</link>
		<comments>http://www.manpages.com/man/close-linux-man-page/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 05:10:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[fclose]]></category>
		<category><![CDATA[fcntl]]></category>
		<category><![CDATA[fsync]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[unlink]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=526</guid>
		<description><![CDATA[close &#8211; close a file descriptor
USAGE
       #include &#60;unistd.h&#62;

       int close(int fd);

DESCRIPTION
       close()  closes  a  file descriptor, so that it no longer refers to any
       file and may be [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/close-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>access &#8211; linux man page</title>
		<link>http://www.manpages.com/man/access-linux-man-page/</link>
		<comments>http://www.manpages.com/man/access-linux-man-page/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 04:11:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[A]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[setuid]]></category>
		<category><![CDATA[stat]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=154</guid>
		<description><![CDATA[access &#8211; check user’s permissions for a file
USAGE
       #include &#60;unistd.h&#62;

       int access(const char *pathname, int mode);

DESCRIPTION
       access()  checks whether the process would be allowed to read, write or
       test for [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/access-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

