Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

slim(1) [debian man page]

slim(1) 																   slim(1)

" Text automatically generated by txt2man-1.4.7

NAME
slim - Simple LogIn Manager SYNOPSIS
slim [options] [<arguments>] DESCRIPTION
SLiM is a lightweight login manager for X11, allowing the initialization of a graphical session by entring username and password in a login screen. OPTIONS
-d run as a daemon -p /path/to/theme display a preview of the theme. An already running X11 session is required for theme preview. -h display a brief help message -v display version information EXAMPLES
slim -d run slim in daemon mode slim -p /usr/share/slim/themes/default preview of the default theme STARTING SLIM AT BOOT
Please refer to documentation of your Operating System to make slim automatically startup after the system boots. CONFIGURATION
Global configuration is stored in the /etc/slim.conf file. See the comments inside the file for a detailed explanation of the options. USAGE AND SPECIAL USERNAMES
When started, slim will show a login panel; enter the username and password of the user you want to login as. Special usernames: console open a xterm console exit quit slim halt shutdown the machine reboot reboot the machine suspend power-suspend the machine See the configuration file for customizing the above commands. The 'halt' and 'reboot' commands need the root password, this may change in future releases. Shortcuts: F11 executes a custom command (by default takes a screenshot) F1 choose session type (see configuration file and xinitrc.sample) AUTHORS
Simone Rota <sip@varlock.com> Johannes Winkelmann <jw@tks6.net> SEE ALSO
See the online documentation at the SLiM web site for further information on themes, FAQs, etc. January 09, 2006 slim(1)

Check Out this Related Man Page

halt(8) 						      System Manager's Manual							   halt(8)

NAME
halt - Stops the processor SYNOPSIS
/usr/sbin/halt [-d] [-l] [-n] [-q] [-y] DESCRIPTION
If other users are logged into the system, or if the system is operating at a multiuser run level, use the /usr/sbin/shutdown -h command to halt the system. If only the root user is logged in, and you do not plan to restart the system immediately, use the halt command. The halt command writes data to the disks and then stops the processor(s), but does not reboot the machine. You must be the root user to run this command. When the system displays the ....Halt completed.... message, you can turn off power to the machine. If the command is invoked without the -l, -n, or -q flag, the halt program logs the shutdown using the syslogd command and places a record of the shutdown in the login accounting file, /var/adm/wtmp. Using the -q and the -n flags imply the -l flag. FLAGS
Generates a crash dump of the system before halting it. Can be used with any other flag. Does not log the halt using syslog Prevents the sync before stopping, and does not log the halt using syslog Causes a quick halt, does not log the halt using syslog, and makes no attempt to kill all processes Halts the system from a dial-up operation EXAMPLES
To halt the system without logging the shutdown in the log file, enter: halt -l To halt the system quickly, enter: halt -q To halt the sys- tem quickly, also leaving a crash dump for the savecore command, enter: halt -d -q To halt the system from a dial-up, enter: halt -y FILES
Specifies the command path Specifies the syslog daemon Specifies the login accounting file RELATED INFORMATION
Commands: fasthalt(8), reboot(8), savecore(8), shutdown(8), syslogd(8) Functions: reboot(2), sync(2), syslog(3) delim off halt(8)
Man Page