Linux Assignment
Linux Assignment
Ans: Bash (Bourne Again Shell ) is the free version of the Bourne shell distributed with Linux
and GNU operating systems. Bash is a command processor that typically runs in a text window
where the user types commands that cause actions. Executing programs from a script. When the
program being executed is a shell script, bash will create a new bash process using a fork. This
subshell reads the lines from the shell script one line at a time. Commands on each line are read,
interpreted and executed as if they would have come directly from the keyboard.
Ans: Linux is completely an open source platform. It could even utilize one of your oldest
computer systems to achieve a task. There are many libraries developed natively for Liux.It is
accessible to the public for free.All of the supercomputers run on Linux.
Ans:
· Program execution
· I/O operations
· Communication
· Error Detection
· Resource Allocation
· Protection
Ans: The operating system provides an interface between an application program and the
computer hardware, so that an application program can interact with the hardware only by
obeying rules and procedures programmed into the operating system.
Ans: There are two sequences of events that are required to boot a Linux computer and make it
usable: boot and startup. The boot sequence starts when the computer is turned on, and is
completed when the kernel is initialized and systemd is launched. The startup process then takes
over and finishes the task of getting the Linux computer into an operational state.It is comprised
of the following steps:
· BIOS POST
· Kernel initialization
· f: a regular file
· d: directory
· l: symbolic link
· c: character devices
· b: block devices
In order to seek help for the man command, just type in the letter h while viewing a man page.
Doing so will prompt you with a screen like this: