<?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>KutuKupret &#187; file</title>
	<atom:link href="http://www.kutukupret.com/tag/file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kutukupret.com</link>
	<description>My Colourful Website ;)</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:58:26 +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>Counting Directory Size Recursively Using C</title>
		<link>http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/</link>
		<comments>http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 05:05:04 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[closedir()]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[dirent.h]]></category>
		<category><![CDATA[du]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file size]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[opendir()]]></category>
		<category><![CDATA[readdir()]]></category>
		<category><![CDATA[sys/stat.h]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=804</guid>
		<description><![CDATA[I&#8217;ve just found this great articles at Jim Plank website. I know, it was lots easier using linux du command Without any further nonsense talk, here we go. First we need download some source code at Jim Plank website prsize8.c is the main program, while dllist.c/h jrb.c/h jval.c/h is library that prsize8 statically linked in. <a href='http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to calculate linux user umask</title>
		<link>http://www.kutukupret.com/2009/10/08/how-to-calculate-linux-user-umask/</link>
		<comments>http://www.kutukupret.com/2009/10/08/how-to-calculate-linux-user-umask/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 03:02:57 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[umask]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=328</guid>
		<description><![CDATA[Suppose we have umask 0002 for our user default permission. Create new directory tmpdir directory created with its default permission 775 Create new file tmpfile file created with its default permission 664 Now, let&#8217;s see how the file permission settings are calculated using boolean expressions with default umask 0002. For e.g. consider the case where <a href='http://www.kutukupret.com/2009/10/08/how-to-calculate-linux-user-umask/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/10/08/how-to-calculate-linux-user-umask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>find — how to replicate a complex directory and file structure</title>
		<link>http://www.kutukupret.com/2008/07/15/find-%e2%80%94-how-to-replicate-a-complex-directory-and-file-structure/</link>
		<comments>http://www.kutukupret.com/2008/07/15/find-%e2%80%94-how-to-replicate-a-complex-directory-and-file-structure/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 09:18:37 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[replicate]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=50</guid>
		<description><![CDATA[Consider an example where you have a directory, called timit with many sub-directories that contain lots of files. Now, lets say you want to create a mirror copy of this complex directory structure in the /tmp directory, as well as a selective copy of its files based on certain pattern. Lets say we only want <a href='http://www.kutukupret.com/2008/07/15/find-%e2%80%94-how-to-replicate-a-complex-directory-and-file-structure/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2008/07/15/find-%e2%80%94-how-to-replicate-a-complex-directory-and-file-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting the &#8220;device is busy&#8221; Error Attempting to umount a Disk</title>
		<link>http://www.kutukupret.com/2008/07/09/troubleshooting-the-device-is-busy-error-attempting-to-umount-a-disk/</link>
		<comments>http://www.kutukupret.com/2008/07/09/troubleshooting-the-device-is-busy-error-attempting-to-umount-a-disk/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 07:51:06 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[fuser]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[umount]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=40</guid>
		<description><![CDATA[Before attempting to dismount a filesystem, it must be inactive. If &#8220;any user&#8221; has one of the filesystem&#8217;s directories as their current directory or has any file within the filesystem open, you will receive an error message, like the one below, when attempting to unmount the filesystem: Well, the fuser command to the rescue. The <a href='http://www.kutukupret.com/2008/07/09/troubleshooting-the-device-is-busy-error-attempting-to-umount-a-disk/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2008/07/09/troubleshooting-the-device-is-busy-error-attempting-to-umount-a-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is My Root File System Read-Only?</title>
		<link>http://www.kutukupret.com/2008/07/09/why-is-my-root-file-system-read-only/</link>
		<comments>http://www.kutukupret.com/2008/07/09/why-is-my-root-file-system-read-only/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 06:22:47 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[ext2]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=36</guid>
		<description><![CDATA[To understand how you got into this state, see EXT2-fs: warning: mounting unchecked file system. Remount it. If /etc/fstab is correct, you can simply type: If /etc/fstab is wrong, you must give the device name and possibly the type, too: e.g.]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2008/07/09/why-is-my-root-file-system-read-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 7/32 queries in 0.022 seconds using memcached
Object Caching 899/971 objects using xcache

Served from: www.kutukupret.com @ 2012-02-06 06:35:35 -->
