Archive

Archive for November, 2012

Linux Command – Primer / Aide-Memoir

November 17th, 2012 No comments

System Shut Down
shutdown -h now (Displays the file hello.txt)
shutdown -h +15 (Displays the file hello.txt)
shutdown -r now (Shut Down > Restart now)
shutdown -r +15 (Shut Down > Restart in 15 minutes)

IP Configuration (Edit the ifcfg-eth0 file):
cat /etc/sysconfig/network-scripts/ifcfg-eth0     View the configuration file for eth0
vi /etc/sysconfig/network-scripts/ifcfg-eth0     Edit and Save the configuration file for eth0 Read more…

Categories: linux Tags: