<?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>nnn Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/nnn/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 24 Jul 2019 14:51:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>nnn: a terminal file manager for Linux</title>
		<link>https://www.osradar.com/nnn-terminal-file-manager-for-linux/</link>
					<comments>https://www.osradar.com/nnn-terminal-file-manager-for-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 25 Jul 2019 23:22:52 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[nnn]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[terminal app]]></category>
		<category><![CDATA[Tricks]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12592</guid>

					<description><![CDATA[<p>As we all know, the terminal is one of the most powerful tools that Linux has. In fact, there are so many things we can do with them that they are simply almost innumerable. It is not all GNU commands or utilities in the terminal but terminal-specific applications. In this sense, today I will talk [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/nnn-terminal-file-manager-for-linux/">nnn: a terminal file manager for Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As we all know, the terminal is one of the most powerful tools that Linux has. In fact, there are so many things we can do with them that they are simply almost innumerable. It is not all GNU commands or utilities in the terminal but terminal-specific applications. In this sense, today I will talk to you about <em>nnn</em> file manager. A file manager for the Linux terminal with which you will be much more productive and agile.</p>
<h2>A look at this great file manager for Linux</h2>
<p>There are too many tools to make the most of the terminal. <a href="https://github.com/jarun/nnn" target="_blank" rel="noopener noreferrer"><em>Nnn</em></a> is one of them because it is a file manager that runs on the terminal.</p>
<p>The application is quite fast and light, thanks to the fact that <strong>it is made in C Language</strong>. That is to say, thanks to nnn we will be able to &#8220;<strong>write less and do more</strong>&#8220;. Besides, it is open source which guarantees that the source code is auditable in search of bugs.</p>
<p>On the other hand, the application has a very useful default configuration, that is to say, that once <strong>it is installed it is ready to start working</strong>.</p>
<h2>The nnn features</h2>
<p>Although it is an application made for the terminal is very complete. With nnn we will have two display modes available, one detailed and one lighter.</p>
<p>Also, the application allows us to have a very useful <strong>disk analyzer</strong>. In addition, the classic thing that we can expect in a manager of files as they are the <strong>markers</strong>, <strong>filters of searches</strong> and <strong>extraction of compressed files</strong>.</p>
<p>On the other hand, <em>nnn</em> is easy to navigate thanks to the keyboard arrows, but also for its wide keyboard shortcuts that allows you to <strong>open a file</strong>, <strong>create new ones</strong> and <strong>delete them</strong>. That&#8217;s its main strength.</p>
<figure id="attachment_12812" aria-describedby="caption-attachment-12812" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12812" src="https://www.osradar.com/wp-content/uploads/2019/07/1-6.jpeg" alt="1.- The shortcuts of this file manager for Linux" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/07/1-6.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-300x169.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-768x432.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-1024x576.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-696x391.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-1068x600.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/07/1-6-747x420.jpeg 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12812" class="wp-caption-text">1.- The shortcuts of this file manager for Linux</figcaption></figure>
<p>Just type ? to display all the shortcuts.</p>
<h2>How to install this file manager on Linux?</h2>
<p>The Linux file manager <em>nnn</em> has installers for many distributions. So installing it is quite simple. Open a terminal and run the command according to the distribution you use.</p>
<ul>
<li>For <a href="https://www.osradar.com/tag/debian/" target="_blank" rel="noopener noreferrer">Debian</a>, <a href="https://www.osradar.com/tag/ubuntu/" target="_blank" rel="noopener noreferrer">Ubuntu</a> and <a href="https://www.osradar.com/tag/linux-mint/" target="_blank" rel="noopener noreferrer">Linux Mint</a>:</li>
</ul>
<pre>:~$ sudo apt install nnn</pre>
<ul>
<li>If you are using <a href="https://www.osradar.com/tag/arch-linux/" target="_blank" rel="noopener noreferrer">Arch Linux</a> or derivates:</li>
</ul>
<pre>:~$ sudo pacman -S nnn</pre>
<ul>
<li>For <a href="https://www.osradar.com/tag/opensuse/" target="_blank" rel="noopener noreferrer">OpenSuse</a> Leap:</li>
</ul>
<pre>:~$ sudo zypper in nnn</pre>
<p>Finally, if you are using <a href="https://www.osradar.com/tag/fedora/" target="_blank" rel="noopener noreferrer">Fedora</a>:</p>
<pre>:~$ sudo dnf install nnn</pre>
<p>Next, run it from the terminal by typing:</p>
<pre>:~$ nnn</pre>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>Productivity is something you can&#8217;t buy. Then it is a good idea to have tools that help you save time. Nnn is a file manager for the Linux terminal that helps to be more productive in the terminal. Especially for sysadmin and server administrators who spend a lot of time in the terminal. It has many useful features, just need to take a look.</p>
<p>Please share this post with your friends and join <a href="http://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/nnn-terminal-file-manager-for-linux/">nnn: a terminal file manager for Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/nnn-terminal-file-manager-for-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
