#simple unzip unzip latest.zip #To unzip a ZIP file in a different directory than the current one, use the -d switch. unzip filename.zip -d /path/to/directory #To enable and disable services to auto-start at reboot, use the following commands #Enable service chkconfig httpd on #Disable service chkconfig httpd off