My Journey of Becoming a Linux Administrator

951 Words2 Pages

The creation of this assignment is to create a baseline knowledge and explain my journey of becoming a Linux administrator. In this assignment, I will continue to cover the topics that I had learned and discussed in the third and fourth weeks of class after the first assignment. After learning the foundations of the Linux Operating System, It is now time to peel back some layers and go more in depth with this intriguing O.S. The discussions topics that will be touch upon is the Boot Process and the System Shutdown and everything in between.
The first topic for discussion is the Linux Boot Process. Just like all computers that have an operating system installed, the boot process is sequence of the actions to make sure that the operating system can turn on. With Linux Operating System it is no different from others, it requires the same process to be utilize before the client is able to take control. With the Linux O.S there are four general stages of the boot process. The first stage is the BIOS. This stage is define as the Basic Input Output system, which is loaded and the system hardware is identified. Then the POST, CMOS, and then Plug and Play are allocated. The second stage is the Boot Loader. Once the first stage is successful, the BIOS gives control to the Boot Loader program. Then BIOS searches through the Boot Loader to retrieve and load the primary boot loader code. This contain the second boot loader that contains the O.S Kernel loads. The third stage is the O.S Kernel. The Boot Loader will have loaded the kernel into memory, configured it with the location of its root filesystem, and loaded the initial ramdisk, if supplied. The new hardware and drivers are loaded and the root is mounted for the next stage. The fourth...

... middle of paper ...

...ly, type the following command to shutdown system immediate as root user. This command “shutdown -h now” the system will immediately shutdown. There is also a choice to shut down the system with a certain time limit. For example, if you want to the system to shut down in 15 minutes the command that needs to be type in the terminal session is “shutdown -h +15”. If you want a warning message to be display then the command would be “shutdown -h +10 “Please save your work ASAP”. When the time has expires the warning message will be displayed on the screen for the user.
Learning Linux is a blast. It’s definitely different from using a Microsoft Operating System. As the class progress, I have learned a lot and have gain a basic knowledge of how to use a Linux Operating System. I hope I will continue to learn more and be one step closer to becoming a Linux administrator.

More about My Journey of Becoming a Linux Administrator

Open Document