<?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>Frequently Asked Questions About Linux / UNIX &#187; Easy</title> <atom:link href="http://www.cyberciti.biz/faq/tutorial-difficulty-level/easy/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Tue, 21 May 2013 21:38:37 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Ubuntu Linux: Install vim Text Editor</title><link>http://www.cyberciti.biz/faq/howto-install-vim-on-ubuntu-linux/</link> <comments>http://www.cyberciti.biz/faq/howto-install-vim-on-ubuntu-linux/#comments</comments> <pubDate>Sun, 19 May 2013 17:28:30 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Package management]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[apt-get command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13279</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Ubuntu Linux related FAQ" href="http://www.cyberciti.biz/faq/category/ubuntu-linux/"><img
src="http://s0.cyberciti.org/images/category/old/ubuntu-logo.jpg" alt="" border="0" /></a></div><span
class="drop_cap">I</span> recently switched from OS X to Ubuntu. When I run the 'vim file.c' command at terminal, I see an error message that read as follows: <br/><blockquote>The program 'vim' can be found in the following packages:
* vim
* vim-gnome<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all VI / Vim text editor related FAQs/HowTos" href="http://www.cyberciti.biz/faq/category/vim/"><img
src="http://s0.cyberciti.org/images/category/old/vim-logo.png" alt="" border="0" /></a></div> * vim-tiny
* vim-athena
* vim-gtk
* vim-nox
Try: apt-get install &#60;selected package&#62;</blockquote><br/> How do I fix this problem and why vim is not a default text editor on Ubuntu Linux? How can I install full-fledged vim text editor in Ubuntu Linux?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/howto-install-vim-on-ubuntu-linux/">Ubuntu Linux: Install vim Text Editor</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Ubuntu Linux: Install vim Text Editor&url=http://www.cyberciti.biz/faq/howto-install-vim-on-ubuntu-linux/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/howto-install-vim-on-ubuntu-linux/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-install-vim-on-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Linux / Unix: View Overlapping Man Page With Same Names</title><link>http://www.cyberciti.biz/faq/linux-unix-view-man-pages-from-sections/</link> <comments>http://www.cyberciti.biz/faq/linux-unix-view-man-pages-from-sections/#comments</comments> <pubDate>Thu, 16 May 2013 19:06:02 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Commands]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[man command]]></category> <category><![CDATA[whatis command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13275</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX related articles/faq" href="http://www.cyberciti.biz/faq/category/unix/"><img
src="http://s0.cyberciti.org/images/category/old/unix-logo.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am a new Unix / Linux user. I am using <kbd>whatis</kbd> command to find man pages. But, I noticed that some man pages have a common names. For example, when I run <kbd>whatis printf</kbd>:<br/> <small>Outputs:</small><br/> <kbd>printf (1) - format and print data
printf (1p) - write formatted output
printf (3) - formatted output conversion
printf (3p) - print formatted output
printf [builtins] (1) - bash built-in commands, see bash(1)</kbd><br/> How do I access overlapping man pages and what is the meaning of (1), (1p), (3), and so on?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/linux-unix-view-man-pages-from-sections/">Linux / Unix: View Overlapping Man Page With Same Names</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux / Unix: View Overlapping Man Page With Same Names&url=http://www.cyberciti.biz/faq/linux-unix-view-man-pages-from-sections/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/linux-unix-view-man-pages-from-sections/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-unix-view-man-pages-from-sections/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>scp: Do not Overwrite Existing File On Linux or Unix System</title><link>http://www.cyberciti.biz/faq/unix-linux-scp-dont-overwrite-existing-file-command/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-scp-dont-overwrite-existing-file-command/#comments</comments> <pubDate>Fri, 10 May 2013 20:03:49 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Commands]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apple os x]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[NetBSD]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[rsync command]]></category> <category><![CDATA[scp command]]></category> <category><![CDATA[ssh command]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13266</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Bash/Shell scripting related FAQ" href="http://www.cyberciti.biz/faq/category/bash-shell/"><img
src="http://s0.cyberciti.org/images/category/old/terminal.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am a new Linux user. I use scp to upload files to net-storage provided CDN company. I do not want to overwrite the existing files. How can I prevent overwriting of files when using scp command under Linux, Mac OS X or Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-scp-dont-overwrite-existing-file-command/">scp: Do not Overwrite Existing File On Linux or Unix System</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=scp: Do not Overwrite Existing File On Linux or Unix System&url=http://www.cyberciti.biz/faq/unix-linux-scp-dont-overwrite-existing-file-command/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-linux-scp-dont-overwrite-existing-file-command/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-scp-dont-overwrite-existing-file-command/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Ubuntu Linux: Install Wake On Lan Client For Server</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-wake-on-lan-client-command-installation-examples/</link> <comments>http://www.cyberciti.biz/faq/ubuntu-linux-wake-on-lan-client-command-installation-examples/#comments</comments> <pubDate>Fri, 10 May 2013 10:14:05 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[bios]]></category> <category><![CDATA[magic packets]]></category> <category><![CDATA[nic]]></category> <category><![CDATA[servers]]></category> <category><![CDATA[wakeonlan command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13262</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Ubuntu Linux related FAQ" href="http://www.cyberciti.biz/faq/category/ubuntu-linux/"><img
src="http://s0.cyberciti.org/images/category/old/ubuntu-logo.jpg" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I install wake on lan client under Ubuntu Linux desktop to wakeup Unix or Linux based servers?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/ubuntu-linux-wake-on-lan-client-command-installation-examples/">Ubuntu Linux: Install Wake On Lan Client For Server</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Ubuntu Linux: Install Wake On Lan Client For Server&url=http://www.cyberciti.biz/faq/ubuntu-linux-wake-on-lan-client-command-installation-examples/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/ubuntu-linux-wake-on-lan-client-command-installation-examples/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/ubuntu-linux-wake-on-lan-client-command-installation-examples/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux / Unix: Find All Hidden Dot Directories and Delete</title><link>http://www.cyberciti.biz/faq/linux-unix-find-all-hidden-dot-directories-and-delete/</link> <comments>http://www.cyberciti.biz/faq/linux-unix-find-all-hidden-dot-directories-and-delete/#comments</comments> <pubDate>Sun, 05 May 2013 18:27:16 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[find commnd]]></category> <category><![CDATA[xargs command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13257</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Bash/Shell scripting related FAQ" href="http://www.cyberciti.biz/faq/category/bash-shell/"><img
src="http://s0.cyberciti.org/images/category/old/terminal.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> need to clean up my backups stored on the nas server. I need to free up the disk space. How do I find out all hidden dot directories such as <kbd>/nas01/backups/home/user/.gnome/</kbd>, <kbd>/nas01/backups/home/user/.gnome/</kbd> and so on and delete then in a single pass using Linux or Unix command line option? Please note that I do not want to delete nested hidden directories such as <kbd>/nas01/backups/home/user/data/.xml</kbd>, <kbd>/nas01/backups/home/user/foo/bar/.level/.levle2/</kbd> and so on.<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/linux-unix-find-all-hidden-dot-directories-and-delete/">Linux / Unix: Find All Hidden Dot Directories and Delete</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux / Unix: Find All Hidden Dot Directories and Delete&url=http://www.cyberciti.biz/faq/linux-unix-find-all-hidden-dot-directories-and-delete/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/linux-unix-find-all-hidden-dot-directories-and-delete/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-unix-find-all-hidden-dot-directories-and-delete/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Linux / Unix: Dig Command Find Out TTL (Time to Live) Value For DNS Records</title><link>http://www.cyberciti.biz/faq/howto-use-dig-to-find-dns-time-to-live-ttl-values/</link> <comments>http://www.cyberciti.biz/faq/howto-use-dig-to-find-dns-time-to-live-ttl-values/#comments</comments> <pubDate>Sun, 05 May 2013 05:53:32 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[dig command]]></category> <category><![CDATA[dns lookup]]></category> <category><![CDATA[dns record]]></category> <category><![CDATA[dns server]]></category> <category><![CDATA[domain name system]]></category> <category><![CDATA[host command]]></category> <category><![CDATA[name resolution]]></category> <category><![CDATA[query status]]></category> <category><![CDATA[query time]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13254</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX related articles/faq" href="http://www.cyberciti.biz/faq/category/unix/"><img
src="http://s0.cyberciti.org/images/category/old/unix-logo.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> would like to see the Time-to-live (TTL) value for a 'AAAA' and A record for domains. How do I see Time-to-live (TTL) for a DNS record under Unix or Linux operating systems using command line options?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/howto-use-dig-to-find-dns-time-to-live-ttl-values/">Linux / Unix: Dig Command Find Out TTL (Time to Live) Value For DNS Records</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux / Unix: Dig Command Find Out TTL (Time to Live) Value For DNS Records&url=http://www.cyberciti.biz/faq/howto-use-dig-to-find-dns-time-to-live-ttl-values/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/howto-use-dig-to-find-dns-time-to-live-ttl-values/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-use-dig-to-find-dns-time-to-live-ttl-values/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Vi / Vim: Wipe and Undo All Changes Since Opening a File</title><link>http://www.cyberciti.biz/faq/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/</link> <comments>http://www.cyberciti.biz/faq/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/#comments</comments> <pubDate>Sun, 28 Apr 2013 20:11:25 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[NetBSD]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[vim :e!]]></category> <category><![CDATA[vim :edit!]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13249</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all VI / Vim text editor related FAQs/HowTos" href="http://www.cyberciti.biz/faq/category/vim/"><img
src="http://s0.cyberciti.org/images/category/old/vim-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am a new vi / vim text editor user and <a
href="http://www.cyberciti.biz/faq/howto-quit-vim-editor-without-saving-changes/">I know how to quit without saving</a> changes. What if I want to wipe out all of the edits I have made in a session and get back to the original file? How do I wipe all changes since opening a file?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/">Vi / Vim: Wipe and Undo All Changes Since Opening a File</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Vi / Vim: Wipe and Undo All Changes Since Opening a File&url=http://www.cyberciti.biz/faq/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Apache 2: Reload HTTPD Configuration File Without Restarting Apache Config Changes</title><link>http://www.cyberciti.biz/faq/apache-2-reload-httpd-config-file-unix-linux-command/</link> <comments>http://www.cyberciti.biz/faq/apache-2-reload-httpd-config-file-unix-linux-command/#comments</comments> <pubDate>Sun, 28 Apr 2013 03:47:32 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/init.d/apache2]]></category> <category><![CDATA[/etc/init.d/httpd]]></category> <category><![CDATA[apachectl -k graceful]]></category> <category><![CDATA[apachectl command]]></category> <category><![CDATA[service command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13244</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Apache Webserver related FAQ" href="http://www.cyberciti.biz/faq/category/apache/"><img
src="http://s0.cyberciti.org/images/category/old/apachelogo.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> made changes to the httpd.conf file. How do I reload the new config changes without restarting the Apache 2 web server under Debian / CentOS Linux operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/apache-2-reload-httpd-config-file-unix-linux-command/">Apache 2: Reload HTTPD Configuration File Without Restarting Apache Config Changes</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Apache 2: Reload HTTPD Configuration File Without Restarting Apache Config Changes&url=http://www.cyberciti.biz/faq/apache-2-reload-httpd-config-file-unix-linux-command/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/apache-2-reload-httpd-config-file-unix-linux-command/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/apache-2-reload-httpd-config-file-unix-linux-command/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Linux / Unix: Shell Remove Empty Lines</title><link>http://www.cyberciti.biz/faq/unix-linux-shell-remove-delete-empty-lines/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-shell-remove-delete-empty-lines/#comments</comments> <pubDate>Wed, 24 Apr 2013 20:46:54 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[KSH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Perl]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[awk command]]></category> <category><![CDATA[sed command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13235</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX related articles/faq" href="http://www.cyberciti.biz/faq/category/unix/"><img
src="http://s0.cyberciti.org/images/category/old/unix-logo.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am a new Linux user. I have text files with lots of empty lines. How do I delete all empty lines under Linux or Unix operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-shell-remove-delete-empty-lines/">Linux / Unix: Shell Remove Empty Lines</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux / Unix: Shell Remove Empty Lines&url=http://www.cyberciti.biz/faq/unix-linux-shell-remove-delete-empty-lines/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-linux-shell-remove-delete-empty-lines/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-shell-remove-delete-empty-lines/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Bash: .* Considered Harmful To Match Dot Files. Why?</title><link>http://www.cyberciti.biz/faq/bash-considered-harmful-to-match-dot-files-why/</link> <comments>http://www.cyberciti.biz/faq/bash-considered-harmful-to-match-dot-files-why/#comments</comments> <pubDate>Wed, 24 Apr 2013 19:49:53 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[chmod command]]></category> <category><![CDATA[chown command]]></category> <category><![CDATA[find command]]></category> <category><![CDATA[ls command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13232</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Bash/Shell scripting related FAQ" href="http://www.cyberciti.biz/faq/category/bash-shell/"><img
src="http://s0.cyberciti.org/images/category/old/terminal.png" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do <a
href="http://www.cyberciti.biz/faq/bash-considered-harmful-to-match-dot-files-why/">I match dot files under Unix / Linux using bash</a> shell? Why <kbd>.*</kbd> considered as harmful when matching dot files under bash shell?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/bash-considered-harmful-to-match-dot-files-why/">Bash: .* Considered Harmful To Match Dot Files. Why?</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Bash: .* Considered Harmful To Match Dot Files. Why?&url=http://www.cyberciti.biz/faq/bash-considered-harmful-to-match-dot-files-why/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/bash-considered-harmful-to-match-dot-files-why/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/bash-considered-harmful-to-match-dot-files-why/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>HowTo: Unix rm All Files In a Directory</title><link>http://www.cyberciti.biz/faq/unix-rm-all-files-in-a-directory-command/</link> <comments>http://www.cyberciti.biz/faq/unix-rm-all-files-in-a-directory-command/#comments</comments> <pubDate>Wed, 24 Apr 2013 10:03:53 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[rm command]]></category> <category><![CDATA[YHBW]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13224</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX related articles/faq" href="http://www.cyberciti.biz/faq/category/unix/"><img
src="http://s0.cyberciti.org/images/category/old/unix-logo.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am a new Unix user. How do I rm (remove) all files in a directory called personal-files under Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-rm-all-files-in-a-directory-command/">HowTo: Unix rm All Files In a Directory</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=HowTo: Unix rm All Files In a Directory&url=http://www.cyberciti.biz/faq/unix-rm-all-files-in-a-directory-command/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-rm-all-files-in-a-directory-command/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-rm-all-files-in-a-directory-command/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Bash Function: Find Number Of Arguments Passed</title><link>http://www.cyberciti.biz/faq/unix-linux-bash-function-number-of-arguments-passed/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-bash-function-number-of-arguments-passed/#comments</comments> <pubDate>Wed, 24 Apr 2013 10:02:59 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[User defined functions]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13228</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Bash/Shell scripting related FAQ" href="http://www.cyberciti.biz/faq/category/bash-shell/"><img
src="http://s0.cyberciti.org/images/category/old/terminal.png" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I find out number of arguments passed to my bash function called foo() under Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-bash-function-number-of-arguments-passed/">Bash Function: Find Number Of Arguments Passed</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Bash Function: Find Number Of Arguments Passed&url=http://www.cyberciti.biz/faq/unix-linux-bash-function-number-of-arguments-passed/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-linux-bash-function-number-of-arguments-passed/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-bash-function-number-of-arguments-passed/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>The Following Packages Were Automatically Installed And Are No Longer Required Warning</title><link>http://www.cyberciti.biz/faq/debian-ubuntu-linux-following-packages-were-automatically-installed/</link> <comments>http://www.cyberciti.biz/faq/debian-ubuntu-linux-following-packages-were-automatically-installed/#comments</comments> <pubDate>Wed, 24 Apr 2013 10:02:24 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[apt-get autoremove]]></category> <category><![CDATA[apt-get command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13229</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Debian/Ubuntu Linux related FAQ" href="http://www.cyberciti.biz/faq/category/debian-ubuntu/"><img
src="http://s0.cyberciti.org/images/category/old/debianlogo.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> have the following message whenever I use the apt-get command under Debian or Ubuntu Linux:<blockquote>The following packages were automatically installed and are no longer required:
libaccess-bridge-java libjs-mochikit python-cheetah libjs-excanvas
libaccess-bridge-java-jni sabnzbdplus-theme-smpl tzdata-java
ca-certificates-java
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.</blockquote> How do I fix this issue? Is it safe to remove all unwanted packages?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/debian-ubuntu-linux-following-packages-were-automatically-installed/">The Following Packages Were Automatically Installed And Are No Longer Required Warning</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=The Following Packages Were Automatically Installed And Are No Longer Required Warning&url=http://www.cyberciti.biz/faq/debian-ubuntu-linux-following-packages-were-automatically-installed/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/debian-ubuntu-linux-following-packages-were-automatically-installed/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/debian-ubuntu-linux-following-packages-were-automatically-installed/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>HowTo: Check If a Directory Exists In a Shell Script</title><link>http://www.cyberciti.biz/faq/howto-check-if-a-directory-exists-in-a-bash-shellscript/</link> <comments>http://www.cyberciti.biz/faq/howto-check-if-a-directory-exists-in-a-bash-shellscript/#comments</comments> <pubDate>Sun, 14 Apr 2013 19:17:49 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[bash command]]></category> <category><![CDATA[test command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13223</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Bash/Shell scripting related FAQ" href="http://www.cyberciti.biz/faq/category/bash-shell/"><img
src="http://s0.cyberciti.org/images/category/old/terminal.png" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I check if a directory exists in a shell script under Linux or Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/howto-check-if-a-directory-exists-in-a-bash-shellscript/">HowTo: Check If a Directory Exists In a Shell Script</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=HowTo: Check If a Directory Exists In a Shell Script&url=http://www.cyberciti.biz/faq/howto-check-if-a-directory-exists-in-a-bash-shellscript/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/howto-check-if-a-directory-exists-in-a-bash-shellscript/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-check-if-a-directory-exists-in-a-bash-shellscript/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>VIM: Jump Back To Previous or Last Cursor Position</title><link>http://www.cyberciti.biz/faq/unix-linux-vim-go-back-to-last-cursor-position/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-vim-go-back-to-last-cursor-position/#comments</comments> <pubDate>Sun, 14 Apr 2013 18:44:00 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[vi command]]></category> <category><![CDATA[VIM :help jumplist]]></category> <category><![CDATA[vim command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13222</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all VI / Vim text editor related FAQs/HowTos" href="http://www.cyberciti.biz/faq/category/vim/"><img
src="http://s0.cyberciti.org/images/category/old/vim-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">W</span>riting shell scripts in vim I usually go search for functions or something. Copy lines and then go back to where I was and modify the code. However, I need to manually navigate way back to the previous / last position. How can I automatically go back to where I was when I started my search operation under vim?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-vim-go-back-to-last-cursor-position/">VIM: Jump Back To Previous or Last Cursor Position</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=VIM: Jump Back To Previous or Last Cursor Position&url=http://www.cyberciti.biz/faq/unix-linux-vim-go-back-to-last-cursor-position/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-linux-vim-go-back-to-last-cursor-position/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-vim-go-back-to-last-cursor-position/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>AWK: Remove All Blank Spaces From String / Field</title><link>http://www.cyberciti.biz/faq/unix-linux-awk-chop-remove-all-blank-space/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-awk-chop-remove-all-blank-space/#comments</comments> <pubDate>Sun, 14 Apr 2013 18:14:54 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[awk command]]></category> <category><![CDATA[blank spaces]]></category> <category><![CDATA[white spaces]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13221</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Bash/Shell scripting related FAQ" href="http://www.cyberciti.biz/faq/category/bash-shell/"><img
src="http://s0.cyberciti.org/images/category/old/terminal.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> need to parse the following text file: <kbd># example.net config
user = www30021
group = ftp30020
uid = 30021
gid = 30020
tmp_path = /netapp42/shared/www/images/host.example.com/tmp.bin
tmp_perms = defaults,nodev,nosuid,noexec
jail = on
location = /jails/apache/h/host.example.com/
sftp = on
ftps = off
php-cgi = on
perl-cgi = off</kbd> I need to find out value for each field and remove any blank spaces / white spaces from the field. How do I solve this problem using awk under Linux or Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-awk-chop-remove-all-blank-space/">AWK: Remove All Blank Spaces From String / Field</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=AWK: Remove All Blank Spaces From String / Field&url=http://www.cyberciti.biz/faq/unix-linux-awk-chop-remove-all-blank-space/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-linux-awk-chop-remove-all-blank-space/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-awk-chop-remove-all-blank-space/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Linux: Start / Stop / Restart Apparmor</title><link>http://www.cyberciti.biz/faq/suse-ubuntu-linux-start-stop-restart-apparmor-command/</link> <comments>http://www.cyberciti.biz/faq/suse-ubuntu-linux-start-stop-restart-apparmor-command/#comments</comments> <pubDate>Tue, 09 Apr 2013 18:43:40 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[/etc/init.d/apparmor]]></category> <category><![CDATA[/etc/init.d/boot.apparmor]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13214</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all GNU/Linux related FAQ" href="http://www.cyberciti.biz/faq/category/linux/"><img
src="http://s0.cyberciti.org/images/category/old/linux-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">A</span>ppArmor is a Linux Security Module (LSM) implementation of name-based mandatory access controls (MAC). How do I start / stop / restart AppArmor under Ubuntu Linux or OpenSuse / Suse Enterprise Linux server systems running on IBM hardware?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/suse-ubuntu-linux-start-stop-restart-apparmor-command/">Linux: Start / Stop / Restart Apparmor</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux: Start / Stop / Restart Apparmor&url=http://www.cyberciti.biz/faq/suse-ubuntu-linux-start-stop-restart-apparmor-command/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/suse-ubuntu-linux-start-stop-restart-apparmor-command/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/suse-ubuntu-linux-start-stop-restart-apparmor-command/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SSH: WARNING: UNPROTECTED PRIVATE KEY FILE! Error and Solution</title><link>http://www.cyberciti.biz/faq/warning-unprotected-private-key-file-ssh-linux-unix-error/</link> <comments>http://www.cyberciti.biz/faq/warning-unprotected-private-key-file-ssh-linux-unix-error/#comments</comments> <pubDate>Tue, 09 Apr 2013 18:05:47 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Amazon Cloud Computing]]></category> <category><![CDATA[Mac os x]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Amazon Cloud]]></category> <category><![CDATA[Amazon EC2]]></category> <category><![CDATA[apple os x]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[chmod command]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[NetBSD]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13213</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Novell Suse / OpenSuse Linux related FAQ" href="http://www.cyberciti.biz/faq/category/suse/"><img
src="http://s0.cyberciti.org/images/category/old/suse-linux-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span>'m setting up server on an Amazon EC2 compute instance powered by Suse Enterprise Linux server. I am using the following command to login into the my EC2 compute from OS X/Ubuntu desktop: <kbd>ssh -i suse-ec2-server-jp.pem root@ec2-xx-yy-zzz-yyy.compute-1.amazonaws.com</kbd><div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Amazon AWS web services related articles/faq" href="http://www.cyberciti.biz/faq/category/aws-ec2-ebs-cloudfront/"><img
src="http://s0.cyberciti.org/images/category/amazon-aws-logo.png" alt="" border="0" /></a></div>I am getting the following error: <kbd>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0440 for 'suse-ec2-server-jp.pem' are too open.
It is recommended that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: suse-ec2-server-jp.pem
Password: </kbd> How do I fix this problem and login using ssh command?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/warning-unprotected-private-key-file-ssh-linux-unix-error/">SSH: WARNING: UNPROTECTED PRIVATE KEY FILE! Error and Solution</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=SSH: WARNING: UNPROTECTED PRIVATE KEY FILE! Error and Solution&url=http://www.cyberciti.biz/faq/warning-unprotected-private-key-file-ssh-linux-unix-error/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/warning-unprotected-private-key-file-ssh-linux-unix-error/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/warning-unprotected-private-key-file-ssh-linux-unix-error/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux / Unix Shell Script: Get The Current Directory</title><link>http://www.cyberciti.biz/faq/shell-script-get-current-directory/</link> <comments>http://www.cyberciti.biz/faq/shell-script-get-current-directory/#comments</comments> <pubDate>Tue, 09 Apr 2013 10:36:04 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[KSH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[pwd command]]></category> <category><![CDATA[PWD variable]]></category> <category><![CDATA[shell OLDPWD]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13211</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Bash/Shell scripting related FAQ" href="http://www.cyberciti.biz/faq/category/bash-shell/"><img
src="http://s0.cyberciti.org/images/category/old/terminal.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am working on a shell script. I need to find out the current working directory. How do I get the current working directory under Bash or Ksh shell running on Linux or Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/shell-script-get-current-directory/">Linux / Unix Shell Script: Get The Current Directory</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux / Unix Shell Script: Get The Current Directory&url=http://www.cyberciti.biz/faq/shell-script-get-current-directory/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/shell-script-get-current-directory/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/shell-script-get-current-directory/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>FreeBSD: Delete User Account Command</title><link>http://www.cyberciti.biz/faq/freebsd-remove-user-account-command/</link> <comments>http://www.cyberciti.biz/faq/freebsd-remove-user-account-command/#comments</comments> <pubDate>Tue, 09 Apr 2013 09:21:22 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[FreeBSD Jails (VPS)]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[FreeBSD pw deluser]]></category> <category><![CDATA[FreeBSD pw userdel]]></category> <category><![CDATA[group files]]></category> <category><![CDATA[home directory]]></category> <category><![CDATA[mail spool files]]></category> <category><![CDATA[password file]]></category> <category><![CDATA[pw command]]></category> <category><![CDATA[superuser]]></category> <category><![CDATA[uid]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13208</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all FreeBSD related FAQ" href="http://www.cyberciti.biz/faq/category/freebsd/"><img
src="http://s0.cyberciti.org/images/category/old/freebsd_logo_sm.png" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I remove the tom user under FreeBSD operating system using command line options?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/freebsd-remove-user-account-command/">FreeBSD: Delete User Account Command</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=FreeBSD: Delete User Account Command&url=http://www.cyberciti.biz/faq/freebsd-remove-user-account-command/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/freebsd-remove-user-account-command/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/freebsd-remove-user-account-command/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>