Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Shutdown


Related Topics

  
  Shutdown - Wikipedia, the free encyclopedia
In a nuclear reactor, shutdown refers to the state of the reactor when it is subcritical by at least a margin defined in the reactor's technical specifications.
The shutdown margin is defined in terms of reactivity, frequently in units of delta-k/k (where k is taken to mean k-effective, the effective multiplication factor) or occasionally in dollars.
Shutdown margin refers to the margin by which the reactor is subcritical when all control rods are in OR the margin by which the reactor would be shut down in the event of a scram.
en.wikipedia.org /wiki/Shutdown   (731 words)

  
 SuperLinux Encyclopedia - Linux Shutdown   (Site not responding. Last check: 2007-10-24)
Shutdown of the OS can be started several ways.
This is controlled by the "power" lines in the /etc/inittab file, etc. See UPS for more info.
Logins can be prevented during the shutdown warning period (or any other time) by creating a /etc/nologin file.
slencyclopedia.berlios.de /shutdown.html   (190 words)

  
 Manpage of SHUTDOWN
If shutdown is called with a delay, it creates the advisory file /etc/nologin which causes programs such as login(1) to not allow new user logins.
Shutdown removes this file if it is stopped before it can signal init (i.e.
If shutdown is called with the -a argument (add this to the invocation of shutdown in /etc/inittab), it checks to see if the file /etc/shutdown.allow is present.
www.fifi.org /cgi-bin/man2html?query=shutdown+8   (787 words)

  
 Beyond Logic Shutdown for NT/2000/XP
However shutdown does not actually turn your ACPI compliant computer off but rather displays the “It is now safe to turn off your computer” message.
The shutdown dialog will appear on the active window, should it be the login window, login screen saver, logged in user's desktop, or on a locked workstation.
Another solution is the popular beyondexec which can be used to run processes or shutdown multiple workstations on a single or group of remote workstations.
www.beyondlogic.org /solutions/shutdown/shutdown.htm   (1197 words)

  
 www.veitch.co.uk > windows shutdown > windows shutdown   (Site not responding. Last check: 2007-10-24)
Microsoft’s lawyers say that "Windows Shutdown" infringes on their trademarks, and therefore cannot be distributed in its current form.
The working title for the new version is Shutdown, however this is not final, and I may come up with a different name before release.
Shutdown is under development in a completely new form, if you have any ideas or thoughts on the software, go over to the development blog, available at: http://shutdowndevelopment.blogspot.com, this is your opportunity to influence the new version, and get access to early betas.
www.veitch.co.uk /shutdown   (249 words)

  
 YoLinux.com Manpage: shutdown
If shutdown is called with a delay, it creates the advi- sory file /etc/nologin which causes programs such as login(1) to not allow new user logins.
ACCESS CONTROL shutdown can be called from init(8) when the magic keys CTRL-ALT-DEL are pressed, by creating an appropriate entry in /etc/inittab.
To prevent this, shutdown can check to see if an autho- rized user is logged in on one of the virtual consoles.
node1.yo-linux.com /cgi-bin/man2html?cgi_command=shutdown   (787 words)

  
 Freeware Download: Shutdown
Is also possible to intercept a shutdown request caused by the user (or by another software) and to execute the shutdown request with selected options in DShutdown (this can be useful, for example, to shutdown all LAN's PCs at the shutdown of a server).
Force shutdown is an easy to use time save utility, saving you from several clicks when you are finishing work with computer.
Some people (like the author it self) sometimes hate to bother, to shutdown or restart system the regular way.This is usually the case when large number of applications are running but only the quick shutdown or restart is needed.
www.dirfile.com /freeware/shutdown.htm   (2697 words)

  
 Shutdown   (Site not responding. Last check: 2007-10-24)
A long-term, or "mothball," shutdown procedure for the Pumping Plant proposed by Dresser-Rand was accepted by the state.
The shutdown process took about eight weeks and cost approximately $200,000, which was within the project's budget.
Open ports of the pneumatic safety shutdown and end devices were plugged, and the pneumatic circuitry of the engine and control panel are maintained under a slight positive pressure charge of nitrogen gas.
www.water.utah.gov /construction/gsl/shutdown.htm   (1336 words)

  
 UNIX man pages : shutdown ()   (Site not responding. Last check: 2007-10-24)
This gives programs like vi(1) the time to save the file being edited, mail and news processing programs a chance to exit cleanly, etc. shutdown does its job by signalling the init pro- cess, asking it to change the runlevel.
Runlevel 0 is used to halt the system, runlevel 6 is used to reboot the system, and runlevel 1 is used to put to system into a state where administrative tasks can be per- formed; this is the default if neither the -h or -r flag is given to shutdown.
If shut- down is called with the -a argument (add this to the invocation of shutdown in /etc/inittab), it checks to see if the file /etc/shut- down.allow is present.
unixhelp.ed.ac.uk /CGI/man-cgi?shutdown   (825 words)

  
 shutdown   (Site not responding. Last check: 2007-10-24)
The shutdown() function shall cause all or part of a full-duplex connection on the socket associated with the file descriptor socket to be shut down.
The shutdown() function disables subsequent send and/or receive operations on a socket, depending on the value of the how argument.
Upon successful completion, shutdown() shall return 0; otherwise, -1 shall be returned and errno set to indicate the error.
www.opengroup.org /onlinepubs/009695399/functions/shutdown.html   (142 words)

  
 Batch files - Shutdown and Reboot
My Logoff.vbs combines this code with that of the reboot and shutdown commands, and allows logoff of remote computers as well.
Use Andrej Budja's XP Shutdown replacement if you want to poweroff your computer from the command line.
Among its functions are shutdown, reboot, hibernate and logoff.
www.robvanderwoude.com /shutdown.html   (712 words)

  
 How to troubleshoot Windows 98 shutdown problems
Determine if the shutdown problem is caused by a command or a driver that loads automatically from the Win.ini, System.ini, Autoexec.bat, or Config.sys file, or whether a program in the Startup folder conflicts with the startup process.
Determine if shutdown problems are being caused by virtual device driver(.vxd) files.
Determine if the shutdown problem is being caused by a damaged exit sound file.
support.microsoft.com /default.aspx?scid=kb;en-us;202633   (1707 words)

  
 shutdown
SHUTDOWN ABORT SHUTDOWN IMMEDIATE SHUTDOWN TRANSACTIONAL [LOCAL] SHUTDOWN NORMAL key: ABORT The fastest possible shutdown of the database without waiting for calls to complete or users to disconnect.
The instance is shutdown and no instance recovery is required on the next database startup.
The LOCAL mode specifies a transactional shutdown on the local instance only, so that it only waits on local transactions to complete, not all transactions.
www.ss64.com /ora/shutdown.html   (266 words)

  
 PHP: register_shutdown_function - Manual
Since PHP 4.1, the shutdown functions are called as the part of the request so that it's possible to send the output from them.
Shutdown function is called during the script shutdown so headers are always already sent.
In PHP 5.1.2 (not sure when the change occurred) the shutdown function is called before the output buffering callback.
us2.php.net /register_shutdown_function   (2493 words)

  
 Troubleshooting Windows XP Shutdown Issues
Shutdown problems continue to be one of the primary issues haunting users.
Power Down Automatically After Shutdown II 03/27/2003 - In the last two days I've received e-mail from two different readers stating that when this method has been used they have been unable to boot their system; not even in safe mode.
The majority of Win XP shutdown problems reported thus far have been that it reboots when shutdown is attempted.
www.theeldergeek.com /shutdown_issues_in_xp.htm   (3871 words)

  
 12Ghosts ShutDown Homepage
Shutdown, Turn off, Restart, Log off, Restart Windows Only, all the commands are there that you already know from START - Shut down...
Start the shutdown process through a shortcut on your desktop, unattended from a scheduling program like 12-Timer, a batch file, or by your own programs.
Boot into any OS listed in the boot.ini, where N is the boot.ini submenu index, 1 for the first entry ("/sos" entries are ignored.) To switch between Windows 98 and Windows 2000, for example, you may install 12ShutDown on both Windows versions.
12ghosts.com /ghosts/shutdown.htm   (2167 words)

  
 Shutdown Lock - Take full advantage of windows fast user switching feature.
To prevent unexpected system shutdowns or restarts that could cause immense and sensitive data loss.
Shutdown Lock is a great program for folks who have their PCs most of the time and want to make sure that their PC won't be shut down or reloaded accidentally, as it happens quite often with folks who have kids.
I don't like to shutdown computer at all and I usually use stand by or hibernate.
www.shutdownlock.com   (232 words)

  
 Auto ShutDown Windows, Fast Local and Remote ShutDown PC
ShutDownOne also allows you to perform remote shutdowns for machines on the network and supports commandline operation, as well as creation of batch files for any selected action.
Default ShutDown Action This specifies the default action executed by double-clicking on the icon or by pressing on a hot key (if defined).
If you're use the Timed ShutDown service, every time before executing the selected action, an alert screen will be shown for 5 seconds to 10 minutes as you choose; the default is 1 minute.
www.dimaware.com /shutdown/shutdown.html   (934 words)

  
 Windows XP Shutdown Troubleshooter
Shutdown problems in Windows XP can be caused by many factors, just like earlier versions of Windows.
This is not the appropriate shutdown fix for most machines, but does help some users with Windows shutdown problems, and not just with powerdown issues as one might suspect.
In researching known causes of shutdown problems in earlier versions of NT-family operating systems, most of what I found referred to problems that were resolved in later versions.
aumha.org /win5/a/shtdwnxp.php   (5334 words)

  
 Auto PowerOn & ShutDown v2.02 - Wake up your computer automatically and Auto ShutDown - FREE DOWNLOAD
Auto Poweron and Shutdown is an easy to use application that allows you to control your computer resume from power-off state (hibernation) or wake up your computer from sleep mode (stand by).
Shutdown or reboot, make computer enter sleep mode (standby/hibernation) at any time.
By letting him schedule shutdown times and allowing his system to hibernate, the app has saved Power plenty of juice.
www.lifsoft.com   (511 words)

  
 shutdown -- shut down the system with warning
utility schedules the shutdown of a local or remote system at (or after) a specified time and warns all users logged into that system of the upcoming shutdown.
You must have administrator privileges on the system being shut down to use this utility.
Any additional arguments following time comprise an additional warning-message that is broadcast to all users along with the warning of the upcoming shutdown.
www.mkssoftware.com /docs/man1/shutdown.1.asp   (141 words)

  
 Shutdown & Restart Shortcuts
shutdown command that can be launched from a command prompt — and which, therefore, also can be launched from a shortcut.
For that, on Win XP (and for most Win 2000 users also), I recommend the freeware utility Shutdown.exe (not to be confused with the Windows utility by the same name) by MS-MVP Andrej Budja.
I’ve seen several shutdown utilities recommended, but this is the only one that I’ve seen actually shut down Windows XP and then powerdown the computer behind it.
aumha.org /win5/a/shutcut.php   (662 words)

  
 Quick ShutDown, the instant shutdown utility
Quick ShutDown allows you to set your own tray icon to be displayed.
It is possible to use Quick Shutdown from the command-line.
Quickly shutdown, reboot, logoff, hibernate, standby, lock workstation and eject removable media by double-clicking or single-clicking on the program's icon in the desktray.
www.winutility.com /qsd   (315 words)

  
 ShutDown 1.67 Reviewed by WorldSSP.net   (Site not responding. Last check: 2007-10-24)
The standard shutdown procedure is used, so don't worry about losing data during the shutdown.
ShutDown also supports timed shutdowns and running of a batch file or program before shutting down.
Shutdown Launcher 4.4.0 - A powerful application that replaces the standard Windows shut down dialog, runs programs when Windows shuts down, and starts or stops NT services.
www.worldssp.net /DetailView.asp?proid=3867   (569 words)

  
 Barefoot Productions - AutoShutdown
is a system shutdown manager utility program which can secure your computer(s) when you are away.
Perform an unassisted shutdown, restart, logoff, standby, hibernate or lock the workstation based on time of day, inactivity or battery power level.
At shutdown you can run a series of commands or programs which will process until complete.
www.barefootinc.com /autoshutdown.htm   (1526 words)

  
 www.daveswebsite.com   (Site not responding. Last check: 2007-10-24)
Shutdown Addin works by hooking into events triggered by Outlook and invoking a series of commands to help Outlook exit.
Microsoft's backup utility for Outlook is on of these addin's and that Shutdown Addin may interfere with.
In these cases you may need to increase the shutdown delay time to give the addin enough time to complete its work before Shutdown Addin forces Outlook to exit.
www.daveswebsite.com /software/olshutdown/default.shtml   (343 words)

  
 Shot In The Dark: Shutdown?
This "shutdown" is pure liberal politics, from begining to end.
Granted the "shutdown" will have a minor impact on the taxpayers of the state, the services that will close were selected simply based upon those that will have the greatest marketing impact.
Libraries, state parks (over the 4th of July)and licensing being shutdown also causes the greatest number of people to become aware of the impase.
www.shotinthedark.info /archives/005972.html   (2085 words)

  
 dfg ShutDown XP
A Countdown Counter enables to cancel the shutdown within a time period of 10 seconds.
Optionally will dfg ShutDown XP protect the computer while you are absent.
Now dfg ShutDown XP can provide a scheduled function such as reboot the PC every Monday or shutdown the PC on 1st every month.
members.aon.at /dfg/products/a_shutdown_e.htm   (1877 words)

  
 NONAGS Shutdown - Reboot Utilities - Freeware
Description: Windows Shutdown is a small useful utility that allows you to specify a time for an action to occur, you can specify amount of time after start, at a set time or after an amount of time.
RShutdown2 is a Delphi program that allows any users with according permissions to remotely shutdown machines in a domain/workgroup and/or to send messages (using the Messenger service) to these machines.
Description: One-Touch Shutdown is designed so that you can shutdown, suspend, restart, or log off Windows quickly by simply double clicking a system tray icon, or right clicking to select other options.
www.nonags.com /nonags/shutd.html   (2286 words)

  
 Timo Kosiol Software - ShutDown - Helpful program for automatic shutdown Windows, freeware, shareware, software, ...
With ShutDown it is possible to shutdown Windows quick and safety, with only one mouse-click..
With ShutDown you have the possibility to shutdown or reboot your computer, as well as you can start the DOS modus or log off the current user.
ShutDown positions oneself in the system tray and/or creates shortcuts on the desktop.
www.competent-software.com /english/software/shutdown/shutdown.html   (154 words)

  
 How To Use the Remote Shutdown Tool to Shut Down and Restart a Computer in Windows 2000   (Site not responding. Last check: 2007-10-24)
This article describes how to use the Remote Shutdown tool (Shutdown.exe) to shut down and restart a local or remote Windows 2000-based or Microsoft Windows NT 4.0-based computer.
The maximum number of characters that the message can contain is 127.
The specified computer may not shut down when you use the Shutdown.exe tool to shut it down.
support.microsoft.com /default.aspx?scid=kb;en-us;317371   (722 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.