<?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>nixCraft &#187; shutdown command</title> <atom:link href="http://www.cyberciti.biz/tips/tag/shutdown-command/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +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>I turn my Linux computer off and when I turn it on it runs disk check (fsck) on hard disk. Why?</title><link>http://www.cyberciti.biz/tips/shutdown-linux-properly.html</link> <comments>http://www.cyberciti.biz/tips/shutdown-linux-properly.html#comments</comments> <pubDate>Thu, 13 Sep 2007 11:12:13 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Gnome]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Kde]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[apc ups]]></category> <category><![CDATA[desktop linux]]></category> <category><![CDATA[linux users]]></category> <category><![CDATA[noob]]></category> <category><![CDATA[protect data]]></category> <category><![CDATA[shutdown button]]></category> <category><![CDATA[shutdown command]]></category> <category><![CDATA[uninterruptible power supply]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/shutdown-linux-properly.html</guid> <description><![CDATA[A typical question asked by many new Linux users. The answer is pretty simple: Your partitions are not being unmounted properly when you last shutdown the Linux desktop. Linux needs to shutdown properly (I’m sure this applies to Windows and Mac OS too) before powered off. If you skip this step there could be data [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/shutdown-linux-properly.html/feed</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>nixCraft FAQ Roundup May 29, 2007</title><link>http://www.cyberciti.biz/tips/nixcraft-faq-roundup-20.html</link> <comments>http://www.cyberciti.biz/tips/nixcraft-faq-roundup-20.html#comments</comments> <pubDate>Tue, 29 May 2007 13:22:34 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FAQ]]></category> <category><![CDATA[authentication]]></category> <category><![CDATA[information version]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[network howto]]></category> <category><![CDATA[package description]]></category> <category><![CDATA[roundup]]></category> <category><![CDATA[server linux]]></category> <category><![CDATA[setup ssh]]></category> <category><![CDATA[shutdown command]]></category> <category><![CDATA[stderr]]></category> <category><![CDATA[stdout]]></category> <category><![CDATA[unix setup]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/nixcraft-faq-roundup-20.html</guid> <description><![CDATA[Recently updated/posted Linux and UNIX FAQ (mostly useful to Linux/UNIX new administrators or users) : Unzip files in particular directory or folder under Linux or UNIX On Linux how many kernel you can compile at the same time and how many kernel you can load in Linux? How do I save or redirect stdout and [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/nixcraft-faq-roundup-20.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux Disable the Ctrl-Alt-Delete shutdown keys</title><link>http://www.cyberciti.biz/tips/linux-disable-the-ctrl-alt-del-shutdown.html</link> <comments>http://www.cyberciti.biz/tips/linux-disable-the-ctrl-alt-del-shutdown.html#comments</comments> <pubDate>Tue, 23 May 2006 19:24:34 +0000</pubDate> <dc:creator>LinuxTitli</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[ctrl alt del]]></category> <category><![CDATA[ctrlaltdel]]></category> <category><![CDATA[disable ctrlaltdel]]></category> <category><![CDATA[inittab file]]></category> <category><![CDATA[production system]]></category> <category><![CDATA[reboot]]></category> <category><![CDATA[shutdown command]]></category> <category><![CDATA[shutdown system]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-disable-the-ctrl-alt-del-shutdown.html</guid> <description><![CDATA[On a production system it is recommended that you disable the [Ctrl]-[Alt]-[Delete] shutdown. It is configured using /etc/inittab (used by sysv-compatible init process) file. The inittab file describes which processes are started at bootup and during normal operation. You need to open this file and remove (or comment it) ctrlaltdel entry. Ctrlaltdel specifies the process [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-disable-the-ctrl-alt-del-shutdown.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Allow A Normal User To Run Commands As root Under Linux / UNIX Operating Systems</title><link>http://www.cyberciti.biz/tips/allow-a-normal-user-to-run-commands-as-root.html</link> <comments>http://www.cyberciti.biz/tips/allow-a-normal-user-to-run-commands-as-root.html#comments</comments> <pubDate>Sat, 13 May 2006 03:33:33 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[/etc/sudoers]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[command line arguments]]></category> <category><![CDATA[default configuration]]></category> <category><![CDATA[linux system]]></category> <category><![CDATA[red hat fedora]]></category> <category><![CDATA[root user]]></category> <category><![CDATA[shutdown command]]></category> <category><![CDATA[sudo configuration]]></category> <category><![CDATA[sudo how to]]></category> <category><![CDATA[sudoers file]]></category> <category><![CDATA[superuser]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/allow-a-normal-user-to-run-commands-as-root.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/unix' title='See all UNIX(R) related articles/tips'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> From my mail bag:<blockquote>I would like to run few commands such as stop or start web server as a root user. How do I allow a normal user to run these commands as root?</blockquote>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/allow-a-normal-user-to-run-commands-as-root.html/feed</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Schedule Windows server to reboot or shutdown automatically</title><link>http://www.cyberciti.biz/tips/schedule-windows-server-to-reboot-or-shutdown-automatically.html</link> <comments>http://www.cyberciti.biz/tips/schedule-windows-server-to-reboot-or-shutdown-automatically.html#comments</comments> <pubDate>Sat, 22 Apr 2006 17:15:00 +0000</pubDate> <dc:creator>LinuxTitli</dc:creator> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[command prompt]]></category> <category><![CDATA[logoff]]></category> <category><![CDATA[nifty utility]]></category> <category><![CDATA[psshutdown]]></category> <category><![CDATA[shutdown command]]></category> <category><![CDATA[shutdown utility]]></category> <category><![CDATA[shutdown windows server]]></category> <category><![CDATA[sysinternals]]></category> <category><![CDATA[windows command]]></category> <category><![CDATA[windows_2003_resource_kit]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/schedule-windows-server-to-reboot-or-shutdown-automatically.html</guid> <description><![CDATA[Sometime it is necessary to reboot (or shutdown) windows server. Under UNIX or Linux you can use reboot / hal t/shutdown command via cron jobs or at command. But, when it comes to Windows server there is no built in command exist. Only Windows 2000 Resource Kit offers shutdown command line utility. However, sysinternals has [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/schedule-windows-server-to-reboot-or-shutdown-automatically.html/feed</wfw:commentRss> <slash:comments>45</slash:comments> </item> <item><title>How to: Allow Any User To Shutdown a Linux Server</title><link>http://www.cyberciti.biz/tips/howto-linux-allow-users-to-shutdown-server.html</link> <comments>http://www.cyberciti.biz/tips/howto-linux-allow-users-to-shutdown-server.html#comments</comments> <pubDate>Thu, 23 Feb 2006 16:57:00 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/etc/shutdown.allow]]></category> <category><![CDATA[linux server]]></category> <category><![CDATA[shutdown command]]></category> <category><![CDATA[shutdown computer]]></category> <category><![CDATA[sudo command]]></category> <category><![CDATA[sudoers]]></category> <category><![CDATA[visudo command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-linux-allow-users-to-shutdown-server.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux/' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">Y</span>ou need to use the sudo command to grant a permission to other users to shutdown your server.  The sudo command allows a permitted user to execute a command as the superuser or  another user, as specified in the /etc/sudoers file. Login as a root user and type the visudo command to edit the sudoers file.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-linux-allow-users-to-shutdown-server.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>HP-UX: How Do I configure routing or add route?</title><link>http://www.cyberciti.biz/tips/hp-ux-how-do-i-configure-routing-or-add-route.html</link> <comments>http://www.cyberciti.biz/tips/hp-ux-how-do-i-configure-routing-or-add-route.html#comments</comments> <pubDate>Sat, 29 Oct 2005 16:51:00 +0000</pubDate> <dc:creator>LinuxTitli</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[HP-UX]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[default router]]></category> <category><![CDATA[hpux]]></category> <category><![CDATA[netstat]]></category> <category><![CDATA[networking configuration]]></category> <category><![CDATA[route add]]></category> <category><![CDATA[route command]]></category> <category><![CDATA[route gateway]]></category> <category><![CDATA[routing table]]></category> <category><![CDATA[shutdown command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/hp-ux-how-do-i-configure-routing-or-add-route.html</guid> <description><![CDATA[You can use route command to configure routing. Syntax is as follows: route add net {network-address} netmask {subnet} {router-address} Let us assume your router address is 192.168.1.254 and network ID is 192.168.1.0/24, then you can type route command as follows: # route add net 192.168.1.0 netmask 255.255.255.0 192.168.1.254 OR To add a default route: # [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/hp-ux-how-do-i-configure-routing-or-add-route.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Linux Shutdown Command and Logfile</title><link>http://www.cyberciti.biz/tips/linux-shutdown-command-and-logfile.html</link> <comments>http://www.cyberciti.biz/tips/linux-shutdown-command-and-logfile.html#comments</comments> <pubDate>Mon, 26 Sep 2005 02:08:00 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[/var/log/btmp]]></category> <category><![CDATA[/var/log/wtmp]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[last command]]></category> <category><![CDATA[last reboot time]]></category> <category><![CDATA[last shutdown time]]></category> <category><![CDATA[linux network]]></category> <category><![CDATA[pseudo]]></category> <category><![CDATA[reboot]]></category> <category><![CDATA[server shutdown]]></category> <category><![CDATA[shutdown command]]></category> <category><![CDATA[var log wtmp file]]></category> <category><![CDATA[wtmp]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-shutdown-command-and-logfile.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">I</span>n the enterprise Linux setup, it is necessary to keep the track of server shutdown and reboot time. Most of you may have used the shutdown / reboot command.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-shutdown-command-and-logfile.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Linux Desktop How to shutdown, restart or logoff gnome via command / Launcher</title><link>http://www.cyberciti.biz/tips/linux-desktop-how-to-shutdown-restart-or-logoff-gnome-via-commandlauncher.html</link> <comments>http://www.cyberciti.biz/tips/linux-desktop-how-to-shutdown-restart-or-logoff-gnome-via-commandlauncher.html#comments</comments> <pubDate>Wed, 13 Jul 2005 00:24:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[confirmation dialog]]></category> <category><![CDATA[dialog box]]></category> <category><![CDATA[gnome desktop]]></category> <category><![CDATA[gnome-session-save_command]]></category> <category><![CDATA[launcher]]></category> <category><![CDATA[logoff]]></category> <category><![CDATA[restart command]]></category> <category><![CDATA[restart computer]]></category> <category><![CDATA[shortcut]]></category> <category><![CDATA[shutdown command]]></category> <category><![CDATA[shutdown computer]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-desktop-%e2%80%93-how-to-shutdown-restart-or-logoff-gnome-via-commandlauncher.html</guid> <description><![CDATA[It is true that Gnome desktop provides nice facility to logoff, shutdown or restart computer with dialog. You can create a nice shortcut to avoid the GUI confirmation dialog box to speed up work. (A) Shutdown computer i) Right click on Desktop &#62; Select Create Launcher ii) Type the Command in text box “sudo /sbin/shutdown [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-desktop-how-to-shutdown-restart-or-logoff-gnome-via-commandlauncher.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Shutdown Linux Server With Shutdown Account</title><link>http://www.cyberciti.biz/tips/shutdown-account-to-shutdown-linux-server.html</link> <comments>http://www.cyberciti.biz/tips/shutdown-account-to-shutdown-linux-server.html#comments</comments> <pubDate>Thu, 18 Nov 2004 17:20:00 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[linux server]]></category> <category><![CDATA[passwd command]]></category> <category><![CDATA[red hat linux]]></category> <category><![CDATA[setup password]]></category> <category><![CDATA[shutdown command]]></category> <category><![CDATA[shutdown server]]></category> <category><![CDATA[sudo command]]></category> <category><![CDATA[visudo command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/shutdown-account-to-shutdown-linux-server.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></div> Have you ever wondered why shutdown account exists on Linux server, especially under Red Hat Enterprise Linux distribution?
The answer is quite simple -  shutdown account can shutdown server. Here is how you can enable the shutdown account:]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/shutdown-account-to-shutdown-linux-server.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
