<?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; UNIX</title> <atom:link href="http://www.cyberciti.biz/faq/category/unix/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Sun, 19 May 2013 18:24:07 +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>Nginx: SPDY SSL Installation and Configuration On Debian / Ubuntu</title><link>http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/</link> <comments>http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/#comments</comments> <pubDate>Sun, 19 May 2013 15:24:36 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Cryptography]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/nginx/nginx.conf]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[make command]]></category> <category><![CDATA[sudo command]]></category> <category><![CDATA[wget command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13278</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">G</span>oogle Chrome/Chromium, Firefox and Opera browser support SPDY networking protocol. It enables faster browsing on supported sites. SPDY is similar to HTTP, with particular goals to reduce web page load latency and improve web security. SPDY achieves reduced latency through compression, multiplexing, and prioritization. How do I enable nginx SPDY support running on Debian or Ubuntu Linux server?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/">Nginx: SPDY SSL Installation and Configuration On Debian / Ubuntu</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Nginx: SPDY SSL Installation and Configuration On Debian / Ubuntu&url=http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/&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-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/" 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-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/feed/</wfw:commentRss> <slash:comments>0</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>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>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>Nginx: Block URL Access (wp-admin/wp-login.php) To All Except One IP Address</title><link>http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/</link> <comments>http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/#comments</comments> <pubDate>Sun, 14 Apr 2013 09:07:13 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[/etc/nginx/nginx.conf]]></category> <category><![CDATA[/usr/local/etc/nginx/nginx.conf]]></category> <category><![CDATA[/usr/local/nginx/conf/nginx.conf]]></category> <category><![CDATA[brute force attack]]></category> <category><![CDATA[curl command]]></category> <category><![CDATA[define('FORCE_SSL_ADMIN']]></category> <category><![CDATA[iptables command]]></category> <category><![CDATA[reload nginx]]></category> <category><![CDATA[restart nginx]]></category> <category><![CDATA[true);]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13220</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am the small business owner and runs my own web-site. I have noticed increased cracking activity against by blog. What's the best way to block WordPress URLs such as example.com/blog/wp-login.php and example.com/blog/wp-admin/ in the nginx web-server?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/">Nginx: Block URL Access (wp-admin/wp-login.php) To All Except One IP Address</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Nginx: Block URL Access (wp-admin/wp-login.php) To All Except One IP Address&url=http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/&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/nginx-block-url-access-all-except-one-ip-address/" 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/nginx-block-url-access-all-except-one-ip-address/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Apache / Nginx / Lighttpd: PHP Disable File Upload</title><link>http://www.cyberciti.biz/faq/php-disable-file-upload-using-php-ini/</link> <comments>http://www.cyberciti.biz/faq/php-disable-file-upload-using-php-ini/#comments</comments> <pubDate>Sun, 14 Apr 2013 07:31:55 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/php.ini]]></category> <category><![CDATA[/etc/php5/apache2/php.ini]]></category> <category><![CDATA[/etc/php5/cgi/php.ini]]></category> <category><![CDATA[/usr/local/etc/php.ini]]></category> <category><![CDATA[php file_uploads = Off]]></category> <category><![CDATA[php ini]]></category> <category><![CDATA[restart php.ini]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13218</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all PHP related FAQ" href="http://www.cyberciti.biz/faq/category/php/"><img
src="http://s0.cyberciti.org/images/category/old/php-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am in the process of setting Apache and PHP for my small business server. I'm not utilizing file upload functionality in any of my PHP scripts. How do I disallow uploading files under CentOS or Ubuntu Linux based LAMP server?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/php-disable-file-upload-using-php-ini/">Apache / Nginx / Lighttpd: PHP Disable File Upload</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Apache / Nginx / Lighttpd: PHP Disable File Upload&url=http://www.cyberciti.biz/faq/php-disable-file-upload-using-php-ini/&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/php-disable-file-upload-using-php-ini/" 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/php-disable-file-upload-using-php-ini/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Linux / Unix: Use rsync Command Over FTP</title><link>http://www.cyberciti.biz/faq/howto-linux-unix-bsd-appleosx-using-rsync-with-ftp-server/</link> <comments>http://www.cyberciti.biz/faq/howto-linux-unix-bsd-appleosx-using-rsync-with-ftp-server/#comments</comments> <pubDate>Tue, 09 Apr 2013 20:04:03 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <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[lftp command]]></category> <category><![CDATA[NetBSD]]></category> <category><![CDATA[Opebsd]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[rsync]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13216</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">H</span>ow do I use rsync command to sync files to a remote host called web-42.vps running VSFTPD ftp server? Can you give me rsync ftp example for Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/howto-linux-unix-bsd-appleosx-using-rsync-with-ftp-server/">Linux / Unix: Use rsync Command Over FTP</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux / Unix: Use rsync Command Over FTP&url=http://www.cyberciti.biz/faq/howto-linux-unix-bsd-appleosx-using-rsync-with-ftp-server/&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-linux-unix-bsd-appleosx-using-rsync-with-ftp-server/" 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-linux-unix-bsd-appleosx-using-rsync-with-ftp-server/feed/</wfw:commentRss> <slash:comments>1</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> <item><title>Linux: Jpeg Image Optimization / Compress Command</title><link>http://www.cyberciti.biz/faq/linux-jpegoptim-jpeg-jfif-image-optimize-compress-tool/</link> <comments>http://www.cyberciti.biz/faq/linux-jpegoptim-jpeg-jfif-image-optimize-compress-tool/#comments</comments> <pubDate>Tue, 09 Apr 2013 09:21:07 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Amazon Cloud Computing]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[jpegoptim command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13207</guid> <description><![CDATA[<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><span
class="drop_cap">I</span> know how to <a
href="http://www.cyberciti.biz/faq/linux-unix-optimize-lossless-png-images-with-optipng-command/">optimize and compress png images using optipng command</a>. line tool. I have lots of images in JPEG format. How do I compress and optimize JPEG images on my amazon cloud account so that I can save bandwidth on cloudfront cdn account? How do I use an image compressor to create lossless compression on JPEG files, with no effect on image quality in bulk using Linux?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/linux-jpegoptim-jpeg-jfif-image-optimize-compress-tool/">Linux: Jpeg Image Optimization / Compress Command</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux: Jpeg Image Optimization / Compress Command&url=http://www.cyberciti.biz/faq/linux-jpegoptim-jpeg-jfif-image-optimize-compress-tool/&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-jpegoptim-jpeg-jfif-image-optimize-compress-tool/" 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-jpegoptim-jpeg-jfif-image-optimize-compress-tool/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>