<?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>Linux 101 Hacks &#187; 13. Bonus Hacks</title>
	<atom:link href="http://linux.101hacks.com/category/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.101hacks.com</link>
	<description>Free eBook to Build a Strong Foundation in UNIX / Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 06:07:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>3 UNIX / Linux ldconfig Command Examples</title>
		<link>http://linux.101hacks.com/unix/ldconfig/</link>
		<comments>http://linux.101hacks.com/unix/ldconfig/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 07:04:31 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[13. Bonus Hacks]]></category>
		<category><![CDATA[man ldconfig]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=919</guid>
		<description><![CDATA[What is ldconfig? 3 ldconfig examples Syntax and Options Related Commands What is ldconfig? ldconfig is used to create, udpate and remove symbolic links for the current shared libraries based on the lib directories present in the /etc/ld.so.conf 3 ldconfig Examples 1. Display current libraries from the cache This displays the list of directories and [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/unix/ldconfig/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 UNIX / Linux hostname Command Examples</title>
		<link>http://linux.101hacks.com/unix/hostname/</link>
		<comments>http://linux.101hacks.com/unix/hostname/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 07:02:52 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[13. Bonus Hacks]]></category>
		<category><![CDATA[man hostname]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=910</guid>
		<description><![CDATA[What is hostname? 3 hostname examples Syntax and Options Related Commands What is hostname? You can view your system name (hostname) or assign a new name to your system using hostname command. 3 hostname Examples 1. View your hostname hostname command without any argument will return the name of your system. # hostname ramesh-laptop 2. [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/unix/hostname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 UNIX / Linux egrep Command Examples</title>
		<link>http://linux.101hacks.com/unix/egrep/</link>
		<comments>http://linux.101hacks.com/unix/egrep/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 07:04:26 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[13. Bonus Hacks]]></category>
		<category><![CDATA[man egrep]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=901</guid>
		<description><![CDATA[What is egrep? 3 egrep examples Syntax and Options Related Commands What is egrep? egrep is same as &#8216;grep -E&#8217; or &#8216;grep &#8211;extended-regex&#8217;, which uses extended regular expression. 3 egrep Examples First create the following employee.txt sample file. 100 Thomas Manager Sales $5,000 200 Jason Developer Technology $5,500 300 Sanjay Sysadmin Technology $7,000 400 Nisha [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/unix/egrep/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 UNIX / Linux insmod Command Examples</title>
		<link>http://linux.101hacks.com/unix/insmod/</link>
		<comments>http://linux.101hacks.com/unix/insmod/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 07:02:02 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[13. Bonus Hacks]]></category>
		<category><![CDATA[man insmod]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=914</guid>
		<description><![CDATA[What is insmod? 3 insmod examples Syntax and Options Related Commands What is insmod? insmod command is used to insert modules to Linux kernel. 3 insmod Examples 1. Specify module name as an argument The following command insert the module airo to the Linux kernel. # insmod kernel/drivers/net/wireless/airo.ko Once you&#8217;ve inserted the module, use lsmod [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/unix/insmod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 UNIX / Linux groupadd Command Examples</title>
		<link>http://linux.101hacks.com/unix/groupadd/</link>
		<comments>http://linux.101hacks.com/unix/groupadd/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 07:04:25 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[13. Bonus Hacks]]></category>
		<category><![CDATA[man groupadd]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=905</guid>
		<description><![CDATA[What is groupadd? 3 groupadd examples Syntax and Options Related Commands What is groupadd? groupadd command is used to create group accounts. It updates the /etc/group file accordingly. 3 groupadd Examples 1. Create a new Linux group The following example creates a new group called apache $ groupadd apache Make sure it is created successfully. [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/unix/groupadd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 UNIX / Linux basename Command Examples</title>
		<link>http://linux.101hacks.com/unix/basename/</link>
		<comments>http://linux.101hacks.com/unix/basename/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 07:02:50 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[13. Bonus Hacks]]></category>
		<category><![CDATA[man basename]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=881</guid>
		<description><![CDATA[What is basename? 3 basename examples Syntax and Options Related Commands What is basename? When you provide a string that contains a filename will full path, basename will remove only the directory portion of it, and return only the filename portion of that string. It can also remove the file extension, and return only the [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/unix/basename/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 UNIX / Linux e2fsck Command Examples</title>
		<link>http://linux.101hacks.com/unix/e2fsck/</link>
		<comments>http://linux.101hacks.com/unix/e2fsck/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 07:04:41 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[13. Bonus Hacks]]></category>
		<category><![CDATA[man e2fsck]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=894</guid>
		<description><![CDATA[What is e2fsck? 5 e2fsck examples Syntax and Options Related Commands What is e2fsck? Check ext2, ext3, or ext4 filesystems. 5 e2fsck Examples 1. Check a partition You should be root to execute this command. If not, you&#8217;ll get the following error message. $ /sbin/e2fsck /dev/sdb1 e2fsck 1.35 (28-Feb-2004) /sbin/e2fsck: Permission denied while trying to [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/unix/e2fsck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 UNIX / Linux setsid Command Examples</title>
		<link>http://linux.101hacks.com/unix/setsid/</link>
		<comments>http://linux.101hacks.com/unix/setsid/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 07:02:11 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[13. Bonus Hacks]]></category>
		<category><![CDATA[man setsid]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=929</guid>
		<description><![CDATA[What is setsid? 2 setsid examples Syntax and Options Related Commands What is setsid? setsid creates a new session, which can be used to execute a program. 2 setsid Examples 1. Execute a program even after log out Just like nohup and screen command, you can use setuid to execute a program even after you log-out [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/unix/setsid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 UNIX / Linux crond Command Examples</title>
		<link>http://linux.101hacks.com/unix/crond/</link>
		<comments>http://linux.101hacks.com/unix/crond/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 07:04:57 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[13. Bonus Hacks]]></category>
		<category><![CDATA[man crond]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=887</guid>
		<description><![CDATA[What is crond? 5 crond examples Syntax and Options Related Commands What is crond? Crond daemon is used to execute cron jobs in the background. crond is started during system startup from the /etc/rc.d/init.d/crond file. The crond program itself is located under /usr/sbin/crond. 5 crond Examples 1. Start cron daemon in the foreground If crond [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/unix/crond/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 UNIX / Linux lsmod Command Examples</title>
		<link>http://linux.101hacks.com/unix/lsmod/</link>
		<comments>http://linux.101hacks.com/unix/lsmod/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 07:02:07 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[13. Bonus Hacks]]></category>
		<category><![CDATA[man lsmod]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=926</guid>
		<description><![CDATA[What is lsmod? 2 lsmod examples Syntax and Options Related Commands What is lsmod? lsmod is used to view the modules that are currently loaded in the Linux kernel. 2 lsmod Examples 1. View all modules To view all the modules that are currently loaded in the kernel use lsmod as shown below. # lsmod [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/unix/lsmod/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 disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.101hacks.com

Served from: linux.101hacks.com @ 2012-02-04 04:00:46 -->
