|
I Teach PHP.com |
|||||||||||||||||||||
Apache
Apache1.3 to 2.0Configuration Basics Install Fedora C1 Install Red Hat 7.2 Install Red Hat 7.3 SSH Clients Virtual Hosting links syllabus apache-refcard-letter Bash
Bash Shell Tips And Tricksbash CSS
CSS2 Referencelinks syllabus DHTML
syllabus HTML
Basic HTML TagsCreating Images links syllabus Linux
Install Fedora C1Install Red Hat 7.2 Install Red Hat 7.3 Linux Basics SSH Clients links mailme Linux Clusters
Cluster BooksInstall Fedora C1 Install Red Hat 7.2 Install Red Hat 7.3 SSH Clients syllabus Linux Security
Install Fedora C1Install Red Hat 7.2 Install Red Hat 7.3 PHP Security SSH Clients Security QuickRef UnixSecurity2.0 syllabus Linux SysAdmin
Install Fedora C1Install Red Hat 7.2 Install Red Hat 7.3 PHP Security SSH Clients Security QuickRef UnixSecurity2.0 syllabus show book Linux for Business
Install Fedora C1Install Red Hat 7.2 Install Red Hat 7.3 syllabus show book PHP
4 page DB systemInstall Fedora C1 Install Red Hat 7.2 Install Red Hat 7.3 Linux Basics PHP Security Password Protect Perl CGI Problems Perl vs. PHP Yahoo Stocks links syllabus PHP for Flash
1-Flash Intro2-Flash-PHP Form Flash-PHP FAQ Linux Basics SSH Clients syllabus Perl
Perl CGI ProblemsSSH Clients syllabus TCP-IP
Subnetting Tutoriallinks WML
Yahoo Stockslinks syllabus |
Linux BasicsWhat is Linux?Linux is a free open-source multi-user multi-threaded operating system with excellent reliability and security. It is based on Unix and in most respects is considered to work like Unix. The core part of the operating system was created by Linus Torvalds, a Finnish computer science student, in the mid-1990s. He was looking for a way to learn Unix system administration and other versions of Unix work-alikes, such as Minnix, did not suit his requirements. What is Open Source Software?Linux and the Unix-like utilities used with it are generally distributed under a licence created by Richard Stallman and the the Free Software Foundation (http://www.fsf.org) called the GNU General Public License or GPL. This license has several interesting features.
How is the Linux filesystem arranged?Since Linux is based on Unix, it is not surprising that its filesystem is also based on Unix. The following directories are commonly found on Linux systems and some commentary is provided about their typical content:
What is the boot sequence for Linux?When a machine is first turned on, it performs a power-on self-test (POST) which checks for memory and key devices. The hardware then looks at the first boot device (CD-ROM, floppy, first hard drive) for bootable software. If this is the first hard drive, it looks in a special sector called the Master Boot Record (MBR) for information on the way the drive is partitioned and a boot loader which tells it where bootable software may be found.
On most Linux systems, the common boot loaders are
After the Linux kernel is loaded (
After the run level is identified, symbolic links to files in /etc/rc.d/init.d from /etc/rc.d/rcX.d (where X is
the run level number) are executed in alphabetical order to start or stop
(kill) server programs. The ntsysv program is helpful to
specify which programs are turned on at boot.
The final file to be processed is What are some common Linux commands?Linux commands are generally similar to or identical to Unix commands. Here are some useful ones which you may want to look at.
|