<?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>asterisks Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/asterisks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 20 Feb 2018 15:34:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to Show Asterisks Visible in the Linux Terminal</title>
		<link>https://www.osradar.com/show-asterisks-visible-linux-terminal/</link>
					<comments>https://www.osradar.com/show-asterisks-visible-linux-terminal/#comments</comments>
		
		<dc:creator><![CDATA[Mel K]]></dc:creator>
		<pubDate>Sat, 10 Feb 2018 06:44:22 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[asterisks]]></category>
		<category><![CDATA[show asterisks]]></category>
		<category><![CDATA[sudo asterisks]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=1873</guid>

					<description><![CDATA[<p>For every Linux user, the terminal is the most important part of all. It allows performing a lot of tasks in a secured manner. Moreover, the terminal is a crucial tool for advanced users and experts to have control over the system. Sometimes, it can be really irritating that when using the “sudo” command, you [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/show-asterisks-visible-linux-terminal/">How to Show Asterisks Visible in the Linux Terminal</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For every Linux user, the terminal is the most important part of all. It allows performing a lot of tasks in a secured manner. Moreover, the terminal is a crucial tool for advanced users and experts to have control over the system. Sometimes, it can be really irritating that when using the “sudo” command, you get confused if your password is typed correctly. If you’re a new user of Linux, it’s a more devastating &amp; serious experience. Now, there’s a way where you can show the asterisks instead of the empty field.</p>
<p>Note that when using this method, the password length is disclosed to anyone who is sitting next to you. So, you need to be careful of choosing the right password for your system. I recommend a password of 10-20 characters long with alphabets, numeric and special characters (*, &amp;, % etc.). This way, anyone will have a really hard time figuring out your password.</p>
<p>Now, let’s enable the asterisks instead of the empty field. I’m using Ubuntu to do this task as Ubuntu is the most popular Linux distro of all. Make sure that you enter the codes WITHOUT ANY MISTAKE. Otherwise, you might end up in a broken system.</p>
<ul>
<li>Start a terminal. You can open it by pressing “Ctrl + Alt + T”.</li>
<li>Run this command:</li>
</ul>
<pre class="lang:default decode:true">sudo visudo</pre>
<p><img loading="lazy" class="size-full wp-image-1874 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/02/sudo-vistudio.png" alt="" width="650" height="109" srcset="https://www.osradar.com/wp-content/uploads/2018/02/sudo-vistudio.png 650w, https://www.osradar.com/wp-content/uploads/2018/02/sudo-vistudio-300x50.png 300w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p>A file will open up in the Nano text editor.</p>
<ul>
<li>Using the arrow keys, get your cursor at the end of the following line:</li>
</ul>
<pre class="lang:default decode:true ">Defaults         env_reset</pre>
<p><img loading="lazy" class="size-full wp-image-1875 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/02/end-of-default-env-reset.png" alt="" width="650" height="416" srcset="https://www.osradar.com/wp-content/uploads/2018/02/end-of-default-env-reset.png 650w, https://www.osradar.com/wp-content/uploads/2018/02/end-of-default-env-reset-300x192.png 300w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<ul>
<li>Add this code at the end of the line:</li>
</ul>
<pre class="lang:default decode:true">,pwfeedback</pre>
<p>The modification should look like this:</p>
<p><img loading="lazy" class="size-full wp-image-1876 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/02/result-after-modification.png" alt="" width="650" height="416" srcset="https://www.osradar.com/wp-content/uploads/2018/02/result-after-modification.png 650w, https://www.osradar.com/wp-content/uploads/2018/02/result-after-modification-300x192.png 300w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<ul>
<li>Save the file. Press “Ctrl + X” &gt;&gt; type “y” (without quotation marks) &gt;&gt; hit Enter.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-1877 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/02/saving-the-modified-file.png" alt="" width="650" height="416" srcset="https://www.osradar.com/wp-content/uploads/2018/02/saving-the-modified-file.png 650w, https://www.osradar.com/wp-content/uploads/2018/02/saving-the-modified-file-300x192.png 300w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<ul>
<li>The system will ask you for changing the file name at the bottom. Hit Enter to accept the default.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-1878 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/02/keep-the-default-file-name.png" alt="" width="650" height="416" srcset="https://www.osradar.com/wp-content/uploads/2018/02/keep-the-default-file-name.png 650w, https://www.osradar.com/wp-content/uploads/2018/02/keep-the-default-file-name-300x192.png 300w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<ul>
<li>Close the terminal.</li>
</ul>
<p>Next time you open a terminal and use the “sudo” code, your password will be represented by asterisks. Thus, you’ll be safe from mistyping and use your system more fluently.</p>
<p><img loading="lazy" class="size-full wp-image-1879 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/02/asterisks-presenting-password.png" alt="" width="650" height="122" srcset="https://www.osradar.com/wp-content/uploads/2018/02/asterisks-presenting-password.png 650w, https://www.osradar.com/wp-content/uploads/2018/02/asterisks-presenting-password-300x56.png 300w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p>I admit that any Linux terminal is a difficult option as it uses CLI (Command Line Interface). If the default terminal scares you away, don’t worry. There are different terminal emulators available for your ease. Those emulators come up with hundreds of features and ease of functions. Take a look at <a href="https://www.osradar.com/the-best-terminal-emulators-for-linux/">the best terminal emulators for Linux</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/show-asterisks-visible-linux-terminal/">How to Show Asterisks Visible in the Linux Terminal</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/show-asterisks-visible-linux-terminal/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
