<?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>Directory and file operations | Linux Server Construction</title>
	<atom:link href="https://korodes.com/en/category/linuxtips_en/directory-and-file-operations/feed/" rel="self" type="application/rss+xml" />
	<link>https://korodes.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Dec 2021 02:32:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://korodes.com/wp-content/uploads/2020/01/cropped-profile-32x32.jpg</url>
	<title>Directory and file operations | Linux Server Construction</title>
	<link>https://korodes.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Show all files in a directory</title>
		<link>https://korodes.com/en/dir_01-2/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 00:17:32 +0000</pubDate>
				<category><![CDATA[Directory and file operations]]></category>
		<category><![CDATA[LinuxTips(RedHat)_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=4022</guid>

					<description><![CDATA[Show all files in a directory To view the files in a directory, use the "ls" command. However, files beginning [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Checking symbolic links</title>
		<link>https://korodes.com/en/dir_02-2/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 08:04:37 +0000</pubDate>
				<category><![CDATA[Directory and file operations]]></category>
		<category><![CDATA[LinuxTips(RedHat)_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=4016</guid>

					<description><![CDATA[Checking symbolic links A symbolic link looks like a normal file, but the actual file is in a different direct [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Change the default permissions for files and directories</title>
		<link>https://korodes.com/en/dir_03-2/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 08:09:30 +0000</pubDate>
				<category><![CDATA[Directory and file operations]]></category>
		<category><![CDATA[LinuxTips(RedHat)_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=4010</guid>

					<description><![CDATA[Change the default permissions for files and directories When you create a new file or directory, it will have [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Changing the ownership of files and directories</title>
		<link>https://korodes.com/en/dir_04-2/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 08:17:31 +0000</pubDate>
				<category><![CDATA[Directory and file operations]]></category>
		<category><![CDATA[LinuxTips(RedHat)_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=4006</guid>

					<description><![CDATA[Changing the ownership of files and directories To change the ownership of a file or directory, use the chown  [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Create a multi-level directory in one go</title>
		<link>https://korodes.com/en/dir_05-2/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 08:20:17 +0000</pubDate>
				<category><![CDATA[Directory and file operations]]></category>
		<category><![CDATA[LinuxTips(RedHat)_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=4002</guid>

					<description><![CDATA[Create a multi-level directory in one go To create a directory, specify the directory name as the argument of  [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Delete the directory (and everything in it)</title>
		<link>https://korodes.com/en/dir_06-2/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 08:30:46 +0000</pubDate>
				<category><![CDATA[Directory and file operations]]></category>
		<category><![CDATA[LinuxTips(RedHat)_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=3997</guid>

					<description><![CDATA[Delete the directory (and everything in it) To remove a directory, the rmdir command is usually used. However, [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Check the number of characters and lines in a file</title>
		<link>https://korodes.com/en/dir_07-2/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 08:34:50 +0000</pubDate>
				<category><![CDATA[Directory and file operations]]></category>
		<category><![CDATA[LinuxTips(RedHat)_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=3993</guid>

					<description><![CDATA[Check the number of characters and lines in a file The wc command is used to check the number of characters an [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Display the contents of a file with line numbers</title>
		<link>https://korodes.com/en/dir_08-2/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 08:37:41 +0000</pubDate>
				<category><![CDATA[Directory and file operations]]></category>
		<category><![CDATA[LinuxTips(RedHat)_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=3989</guid>

					<description><![CDATA[Display the contents of a file with line numbers To display the contents of a file, use the cat command, but i [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Create an empty file (zero bytes)</title>
		<link>https://korodes.com/en/dir_09-2/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 08:40:52 +0000</pubDate>
				<category><![CDATA[Directory and file operations]]></category>
		<category><![CDATA[LinuxTips(RedHat)_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=3985</guid>

					<description><![CDATA[Create an empty file (zero bytes) To create an empty file, use the touch command, which changes the type stamp [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Search files for strings</title>
		<link>https://korodes.com/en/dir_10-2/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 08:50:33 +0000</pubDate>
				<category><![CDATA[Directory and file operations]]></category>
		<category><![CDATA[LinuxTips(RedHat)_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=3977</guid>

					<description><![CDATA[Search files for strings Use the find command to search for files that exist in your Linux system. find &#60;Di [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
