Login and Shutdown
After rebooting your PC, you'll be able to log in to a Linux session. If you didn't choose to use X11 software during the installation, you'll log in at a text-based login prompt. If you configured X and enabled a graphical login, the screen will clear after your system boots, and you'll be presented with a graphical login screen, as shown previously in Figure 3.20.
To log in at the text-based prompt, type your username and press Enter. You'll then be prompted for your password. After you press Enter, you'll be 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 shutdown command. In addition, use the -h or halt option and the keyword now, or the numeral 0, like this:
$ su - c "/sbin/shutdown -h now"
You can also use
$ su -c "/sbin/shutdown -h 0"
You can also use the shutdown command to immediately reboot your computer like this:
$ su -c "/sbin/shutdown -r now"
Or, you can use
$ su -c "/sbin/shutdown -r 0"
For new users, installing Fedora is just the beginning of a new and highly rewarding journey on the path to learning Linux. See Chapter 5 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.
Related Fedora and Linux Commands
You might use the following commands while installing Fedora:
ddConvert and copy data
fdiskThe Linux disk partitioning utility
grubThe GNU boot loader for Linux and other operating systems
LOADLINA Linux boot loader for DOS
mkbootdiskRed Hat's Linux boot disk creation utility
RAWRITEA disk image utility for DOS