Книга: Fedora™ Unleashed, 2008 edition
Logging In and Shutting Down
Logging In and Shutting Down
If you chose to use the text-based installer during the installation, you normally log in at a text-based login prompt. If you used the graphical install and didn't remove X from the package manifest, you log in using a graphical login prompt, the screen clears after your system boots, and you are presented with a graphical login screen, as shown previously in Figure 1.30.
To log in at the text-based prompt, type your username and press Enter. You are then prompted for your password. After you press Enter, you are at the Linux command line. If you use a graphical login, you can use the shutdown or reboot menus in the screen's dialog to shut down or reboot your system. To immediately shut down your system from the command line of a text-based session, use the su
command and its -c
option to run the halt
command, like this:
$ su -c '/sbin/shutdown -h now'
You can also use the reboot
command to restart your computer, as follows:
$ su -c '/sbin/reboot'
For new users, installing Fedora is just the beginning of a new and highly rewarding journey on the path to learning Linux. See Chapter 4 for additional information about using Linux commands. For Fedora system administrators, the task ahead is to fine-tune the installation and to customize the server or user environment.
- Working As Root
- HTML Logging
- Разработка приложений баз данных InterBase на Borland Delphi
- Open Source Insight and Discussion
- Introduction to Microprocessors and Microcontrollers
- Chapter 6. Traversing of tables and chains
- Chapter 8. Saving and restoring large rule-sets
- Chapter 11. Iptables targets and jumps
- Chapter 5 Installing and Configuring VirtualCenter 2.0
- Chapter 16. Commercial products based on Linux, iptables and netfilter
- Appendix A. Detailed explanations of special commands
- Appendix B. Common problems and questions