<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with unix command]]></title><description><![CDATA[A list of topics that have been tagged with unix command]]></description><link>http://community.onion.io/tags/unix command</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 17:02:48 GMT</lastBuildDate><atom:link href="http://community.onion.io/tags/unix command.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Dec 2015 17:30:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[[Solved]Understanding some basics]]></title><description><![CDATA[@Rudy-Trujillo The middle two commands with tar essentially moves everything from /overlay to /mnt. The reason why this method was used instead of a simple cp -r was because this way all the timestamp and ownership of the files and directories are preserved.
The way it works is essentially getting tar to create a compressed version of all files in /overlay. The compressed data is then passed via the pipe to another tar command, which decompresses that in the /mnt directory. Note that instead of taking a filename as the argument in the second tar command, it reads directly from stdin.
]]></description><link>http://community.onion.io/topic/280/solved-understanding-some-basics</link><guid isPermaLink="true">http://community.onion.io/topic/280/solved-understanding-some-basics</guid><dc:creator><![CDATA[Boken Lin]]></dc:creator><pubDate>Tue, 15 Dec 2015 17:30:30 GMT</pubDate></item></channel></rss>