- # init 6
- shutdown -r now
Thursday, February 24, 2011
Wednesday, February 23, 2011
System Shutdown
shutdown [option] [ time ]
time----now--- immediately
+N------------after N minutes
HH:MM-------At the specified time
-h-----halt
-r-----reboot
-c----to cancel schedule shutdown
example: # shutdown -h now
# shutdown +30
# shutdown 08:00
# shutdown -c
+N------------after N minutes
HH:MM-------At the specified time
-h-----halt
-r-----reboot
-c----to cancel schedule shutdown
example: # shutdown -h now
# shutdown +30
# shutdown 08:00
# shutdown -c
- # init 0
- # shutdown -h now
Saturday, February 5, 2011
Post Install Configuration
Some useful command after installation.
- # system-config-language-----Language selection.
- # system-config-keyboard----Select the appropriate keyboard for the system.
- Loading /bin/kbd/keymaps/i386/qwerty/us.map.gz
- #system-config-network------Network configuration.
- #system-config-securitylevel--System Level configuration--Firewall option / Selinux
- #sytem-config-date-----------Date properties
- #system-config-time----------Time properties
- #system-config-packages-----Package manager
- #system-config-display (in runlevel 3)---Display setting--setting / hardware
To list Partitions in the System
Partition in the system
- df - h-------To see linux partition.
- fdisk -l------To see whole system partition. (Windows and Linux)
Custom Layout
Custom Layout (Minimum)
- /boot-----------100 MB
- /home----------1024 MB
- /var-------------4096 MB
- /usr-------------7000 MB
- /tmp------------512 MB
- /----------------4000 MB (/etc, /bin, /dev, /sbin, /lib)
Default Layout
To install in default layout
- /boot---------100MB
- Swap--------2 * size of RAM
- /(ROOT)----Remaining free space
Wednesday, February 2, 2011
I/0 controllers
I/O controllers
IDE--Integrated Drive Electronics- Primary Masters--------/dev/hda
- Primary Slave----------/dev/hdab
- Secondary Master-----/dev/hdc
- Seconday Slave-------/dev/hdd
- First SCSI Disk-----/dev/sda
- Second SCSI DISk--/dev/sdb
Types of Installation
Types of Installation.
1. CD-ROM
2. Network-based--FTP(File Transfer Protocol), NFS(Network File System),HTTP(Hypertext Transfer Protoco)
3. Kickstart
1. CD-ROM
2. Network-based--FTP(File Transfer Protocol), NFS(Network File System),HTTP(Hypertext Transfer Protoco)
3. Kickstart
Subscribe to:
Posts (Atom)