<?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; date command</title> <atom:link href="http://www.cyberciti.biz/faq/tag/date-command/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 03 Feb 2012 22:38:32 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Linux / Unix: Sed Substitute Multiple Patterns [ Find &amp; Replace ]</title><link>http://www.cyberciti.biz/faq/howto-sed-substitute-find-replace-multiple-patterns/</link> <comments>http://www.cyberciti.biz/faq/howto-sed-substitute-find-replace-multiple-patterns/#comments</comments> <pubDate>Fri, 20 Jan 2012 10:58:16 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FAQ]]></category> <category><![CDATA[Bash]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[sed command]]></category> <category><![CDATA[sed find and replace]]></category> <category><![CDATA[shell variable]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[unix system]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=11420</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/bash-shell/' title='See all Bash/Shell scripting related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">I</span>'m using the date +'%D_%T' to store <a
href="http://www.cyberciti.biz/faq/unix-date-command-howto-see-set-date-time/">Unix system date and time</a> in a <a
href="http://bash.cyberciti.biz/guide/Variables">shell variable</a> called $_now:<blockquote><strong>_now="$(date +'%D_%T')"
echo $_now</strong> Outputs:
01/20/12_16:10:42</blockquote> I'd like to replace / and : with _. I'm aware of the following sed command:<blockquote><strong>sed 's/\//_/g
>  s/:/_/g' <<<"$_now"</strong> Outputs:
01_20_12_16_14_09</blockquote> How do I specify two pattern within the same sed command to replace &#124; and : with _ so that I can get output as 01_20_12_16_10_42?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-sed-substitute-find-replace-multiple-patterns/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>HowTo: UNIX Set Date and Time Command</title><link>http://www.cyberciti.biz/faq/unix-set-date-command/</link> <comments>http://www.cyberciti.biz/faq/unix-set-date-command/#comments</comments> <pubDate>Tue, 26 Apr 2011 22:16:09 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[UNIX]]></category> <category><![CDATA[aix unix]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[date time]]></category> <category><![CDATA[hp ux]]></category> <category><![CDATA[ibm aix]]></category> <category><![CDATA[sun solaris]]></category> <category><![CDATA[unix servers]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=10466</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/unix/' title='See all UNIX related articles/faq'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> <span
class="drop_cap">I</span> recently noticed that one of my UNIX servers was about 4 hours behind the correct time. I wanted to correct the date and time manually.  How do I set date and/or time under UNIX operating systems using command line options?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-set-date-command/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>UNIX / Linux: Increment The Date</title><link>http://www.cyberciti.biz/faq/increment-the-date/</link> <comments>http://www.cyberciti.biz/faq/increment-the-date/#comments</comments> <pubDate>Tue, 26 Apr 2011 21:16:27 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[backup scripts]]></category> <category><![CDATA[current date]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[default format]]></category> <category><![CDATA[increment]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[linux shell]]></category> <category><![CDATA[shell scripts]]></category> <category><![CDATA[time and date]]></category> <category><![CDATA[time unix]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=10450</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/unix/' title='See all UNIX related articles/faq'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> <span
class="drop_cap">I</span> want to increment the date under UNIX or Linux operating system while writing shell scripts. For example Apr/27/2011 should be incremented as Apr/28/2011 and so on. How do I increment a date in UNIX or Linux shell?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/increment-the-date/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Linux: Bash Get Time</title><link>http://www.cyberciti.biz/faq/unix-linux-bash-get-time/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-bash-get-time/#comments</comments> <pubDate>Wed, 27 Oct 2010 11:25:23 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[current time]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[linux system]]></category> <category><![CDATA[system time]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[unix system]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=9159</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I get the system time in BASH? How can I get the Linux system using bash shell?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-bash-get-time/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Append Current Date To Filename in Bash Shell</title><link>http://www.cyberciti.biz/faq/unix-linux-appleosx-bsd-shell-appending-date-to-filename/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-appleosx-bsd-shell-appending-date-to-filename/#comments</comments> <pubDate>Mon, 26 Apr 2010 21:32:06 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Bash]]></category> <category><![CDATA[current date]]></category> <category><![CDATA[date +"%m_%d_%Y"]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[dd]]></category> <category><![CDATA[format syntax]]></category> <category><![CDATA[ksh]]></category> <category><![CDATA[nas backup]]></category> <category><![CDATA[operating systems]]></category> <category><![CDATA[sql]]></category> <category><![CDATA[variable name]]></category> <category><![CDATA[yyyy]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=10460</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/bash-shell/' title='See all Bash/Shell scripting related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I append current date (mm_dd_yyyy format) to a filename (e.g., backup_mm_dd_yyyy.sql) under UNIX like operating systems?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-appleosx-bsd-shell-appending-date-to-filename/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux Date Command: Convert Named Stats Dump Date</title><link>http://www.cyberciti.biz/faq/bind-named-stats-dns-server-date/</link> <comments>http://www.cyberciti.biz/faq/bind-named-stats-dns-server-date/#comments</comments> <pubDate>Thu, 11 Mar 2010 10:54:45 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Bind dns]]></category> <category><![CDATA[/var/named/chroot/var/named/data/named_stats.txt]]></category> <category><![CDATA[bind]]></category> <category><![CDATA[bind 9]]></category> <category><![CDATA[chroot]]></category> <category><![CDATA[coordinated universal time]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[date linux]]></category> <category><![CDATA[human readable format]]></category> <category><![CDATA[january 1]]></category> <category><![CDATA[leap seconds]]></category> <category><![CDATA[local time]]></category> <category><![CDATA[man date]]></category> <category><![CDATA[man page]]></category> <category><![CDATA[points in time]]></category> <category><![CDATA[posix]]></category> <category><![CDATA[posix time]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[statistics]]></category> <category><![CDATA[time unix]]></category> <category><![CDATA[time utc]]></category> <category><![CDATA[unix time]]></category> <category><![CDATA[UTC]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=6762</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/bash-shell/' title='See all Bash/Shell scripting related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">T</span>he rndc stats commands created /var/named/chroot/var/named/data/named_stats.txt file under RHEL 5.x or CentOS 5.x BIND 9 server. However, date is not is correct format. The date is in the following format:<br
/> <strong>grep 'Dump' /var/named/chroot/var/named/data/named_stats.txt</strong><br
/> outputs:<br
/><blockquote> +++ Statistics Dump +++ (1263408025)<br
/> --- Statistics Dump --- (1263408025)<br
/> +++ Statistics Dump +++ (1263408071)<br
/> --- Statistics Dump --- (1263408071)<br
/> +++ Statistics Dump +++ (1268304218)<br
/> --- Statistics Dump --- (1268304218)<br
/> +++ Statistics Dump +++ (1268304248)<br
/> --- Statistics Dump --- (1268304248)<br
/></blockquote><br
/><br
/> How do I convert date (e.g., 1263408025) in a human readable format?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/bind-named-stats-dns-server-date/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Bash: Display Current Date</title><link>http://www.cyberciti.biz/faq/bash-current-date/</link> <comments>http://www.cyberciti.biz/faq/bash-current-date/#comments</comments> <pubDate>Sun, 06 Dec 2009 21:35:48 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS current date]]></category> <category><![CDATA[command man]]></category> <category><![CDATA[current date]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[day before yesterday]]></category> <category><![CDATA[Debian current date]]></category> <category><![CDATA[default format]]></category> <category><![CDATA[Fedora current date]]></category> <category><![CDATA[Gentoo current date]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[linux os]]></category> <category><![CDATA[man date]]></category> <category><![CDATA[Mandriva current date]]></category> <category><![CDATA[OpenSUSE current date]]></category> <category><![CDATA[Redhat current date]]></category> <category><![CDATA[RHEL current date]]></category> <category><![CDATA[Slackware current date]]></category> <category><![CDATA[Suse current date]]></category> <category><![CDATA[Ubuntu current date]]></category> <category><![CDATA[UNIX]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=9530</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/bash-shell/' title='See all Bash/Shell scripting related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I display the current date under Bash UNIX / Linux / OS X shell?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/bash-current-date/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>HowTo: Get Current Time In Shell Script</title><link>http://www.cyberciti.biz/faq/how-to-read-time-in-shell-script/</link> <comments>http://www.cyberciti.biz/faq/how-to-read-time-in-shell-script/#comments</comments> <pubDate>Mon, 25 May 2009 21:30:52 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[current time]]></category> <category><![CDATA[date +"%T"]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[man date]]></category> <category><![CDATA[server time]]></category> <category><![CDATA[shell script]]></category> <category><![CDATA[shell variable]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=7508</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/bash-shell/' title='See all Bash/Shell scripting related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I get current server time in shell script?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/how-to-read-time-in-shell-script/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>UNIX Date Command Examples</title><link>http://www.cyberciti.biz/faq/unix-date-command-howto-see-set-date-time/</link> <comments>http://www.cyberciti.biz/faq/unix-date-command-howto-see-set-date-time/#comments</comments> <pubDate>Tue, 27 Jan 2009 20:32:04 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[cdt]]></category> <category><![CDATA[current date]]></category> <category><![CDATA[current time]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[syntax]]></category> <category><![CDATA[time type]]></category> <category><![CDATA[unix commands]]></category> <category><![CDATA[unix date command]]></category> <category><![CDATA[unix date format]]></category> <category><![CDATA[unix operating systems]]></category> <category><![CDATA[unix set date]]></category> <category><![CDATA[unix shell date]]></category> <category><![CDATA[unix timestamp date]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5579</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/unix/' title='See all UNIX related articles/faq'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I view and set date under UNIX operating systems?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-date-command-howto-see-set-date-time/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Display Date And Time In Linux</title><link>http://www.cyberciti.biz/faq/linux-display-date-and-time/</link> <comments>http://www.cyberciti.biz/faq/linux-display-date-and-time/#comments</comments> <pubDate>Wed, 07 Jan 2009 17:09:21 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[administration tool]]></category> <category><![CDATA[Arch Display Date Time]]></category> <category><![CDATA[CentOS Display Date Time]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[Debian Display Date Time]]></category> <category><![CDATA[Fedora Display Date Time]]></category> <category><![CDATA[format date]]></category> <category><![CDATA[OpenSuse Display Date Time]]></category> <category><![CDATA[Redhat Display Date Time]]></category> <category><![CDATA[RHEL Display Date Time]]></category> <category><![CDATA[Suse Display Date Time]]></category> <category><![CDATA[time administration]]></category> <category><![CDATA[timezone]]></category> <category><![CDATA[Ubuntu Display Date Time]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5696</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I display date and time in Linux using command line and GUI options?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-display-date-and-time/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Find and Delete File If It Is More Than One Hour Old in UNIX Shell</title><link>http://www.cyberciti.biz/faq/find-file-modification-time/</link> <comments>http://www.cyberciti.biz/faq/find-file-modification-time/#comments</comments> <pubDate>Sun, 20 Apr 2008 11:43:30 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[file names]]></category> <category><![CDATA[find command]]></category> <category><![CDATA[find file modification time]]></category> <category><![CDATA[linux operating system]]></category> <category><![CDATA[modification time]]></category> <category><![CDATA[raw directory]]></category> <category><![CDATA[shell script]]></category> <category><![CDATA[stat c]]></category> <category><![CDATA[stat command]]></category> <category><![CDATA[unix shell]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1027</guid> <description><![CDATA[How do I find out if a file is more than one hour old in a UNIX shell and take action on all matching file such as delete or move files.]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/find-file-modification-time/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>OpenBSD Set Date and Time</title><link>http://www.cyberciti.biz/faq/openbsd-set-date-and-time/</link> <comments>http://www.cyberciti.biz/faq/openbsd-set-date-and-time/#comments</comments> <pubDate>Thu, 03 Apr 2008 10:32:37 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[clock format]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[dd]]></category> <category><![CDATA[hhss]]></category> <category><![CDATA[new date]]></category> <category><![CDATA[openbsd set date]]></category> <category><![CDATA[openbsd set time]]></category> <category><![CDATA[privileges]]></category> <category><![CDATA[root level]]></category> <category><![CDATA[unix server]]></category> <category><![CDATA[yyyy]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1040</guid> <description><![CDATA[Q. How do I set new date and time under OpenBSD UNIX server? A. You can set date and time using date command. OpenBSD date command uses following syntax: date yyyymmddhhss where, => yyyy - Year => mm - Month => dd - Day => HHSS - Hour Second in 24 clock format WARNING! These [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/openbsd-set-date-and-time/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux / UNIX: displays a calendar and the date of easter with cal command</title><link>http://www.cyberciti.biz/faq/howto-displays-calendar-date-of-easter/</link> <comments>http://www.cyberciti.biz/faq/howto-displays-calendar-date-of-easter/#comments</comments> <pubDate>Wed, 01 Aug 2007 12:15:22 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[HP-UX Unix]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[Solaris-Unix]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[cal command]]></category> <category><![CDATA[date command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-displays-calendar-date-of-easter/</guid> <description><![CDATA[Q. date command displays date and time under a shell? How do I display calendar under Linux or UNIX? A. date displays the Linux or UNIX system current date and time. The cal command displays a simple calendar in traditional format and ncal offers an alternative layout, more options and the date of easter. The [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-displays-calendar-date-of-easter/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Linux Set Date and Time From a Command Prompt</title><link>http://www.cyberciti.biz/faq/howto-set-date-time-from-linux-command-prompt/</link> <comments>http://www.cyberciti.biz/faq/howto-set-date-time-from-linux-command-prompt/#comments</comments> <pubDate>Mon, 02 Oct 2006 18:21:40 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Commands]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[change date in linux]]></category> <category><![CDATA[change date linux]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[date time]]></category> <category><![CDATA[how to change time in linux]]></category> <category><![CDATA[linux change date]]></category> <category><![CDATA[linux change time]]></category> <category><![CDATA[linux date]]></category> <category><![CDATA[linux date setting]]></category> <category><![CDATA[linux date timezone]]></category> <category><![CDATA[linux datetime]]></category> <category><![CDATA[linux set date]]></category> <category><![CDATA[linux set time]]></category> <category><![CDATA[new date]]></category> <category><![CDATA[set date linux]]></category> <category><![CDATA[set time linux]]></category> <category><![CDATA[unix date]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-set-date-time-from-linux-command-prompt/</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow can I set the system date and time from the command prompt (bash shell)? I don't have GUI installed and I am login over ssh session. How can I set date under Linux operating systems?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-set-date-time-from-linux-command-prompt/feed/</wfw:commentRss> <slash:comments>80</slash:comments> </item> </channel> </rss>
