0% found this document useful (0 votes)
13 views

Linux Server

Linuxserver

Uploaded by

boiboom489
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Linux Server

Linuxserver

Uploaded by

boiboom489
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Part B: Vocational Skills

Unit 3: Installation and Configuration of Network Operating


System Linux Server
Linux Server Network Operating System
1. Define Linux Server

A Linux server is a server built on the Linux open-source operating system.

2. What are the salient features of Linux server


a) Portable
b) Open Source
c) Multi-User
d) Multiprogramming
e) Hierarchical File System
f) Shell
g) Security

3. What are Linux partitions?

In most cases, large storage devices are divided into separate sections called partitions. Linux partitioning
also allows you to divide your hard drive into isolated sections, where each section behaves as its own
hard drive.

4. Explain dual booting on Linux Server?

Linux is often best installed in a dual-boot system. This allows you to run Linux on your actual hardware,
but you can always reboot into Windows if you need to run Windows software.

5. Explain Linux File System Structure

Linux file system has a hierarchal file structure as it contains a root directory and its subdirectories. All
other directories can be accessed from the root directory.

6. Name the 3 types of Linux users

Superuser, Group user and others

7. Explain Superuser in Linux?

In Linux OS, the superuser account, called ‘root’, is virtually supreme, with unrestricted access to all
commands, files, directories, and resources. Root can also grant and remove any permission for other
users. Superuser account privileges may allow: full read/write, creating or installing files, modifying files
etc.
8. How to List Groups in Linux?

In Linux, a group is a collection of users. Users can be added to an existing group to utilize the privileges
it grants.

9. Explain Linux User permissions - read, write, execute?

Read: This permission gives you the authority to open and read a file.

Write: The write permission gives you the authority to modify the contents of a file.

Execute: In Linux, you cannot run a program unless the execute permission is set. If the execute
permission is not set, you might still be able to see/modify the program code.

10. List common commands for system administration of Linux Server?

1. curl: curl transfers a URL.


2. ls: ls list files in a directory.
3. cat: cat concatenates and prints files.
4. netstat: netstat shows the network status.
5. tail: tail displays the last part of a file.

11. What is Linux server management?

Linux server management that makes easier to handle network administration. These management
tools include advanced system administration features and the ability to administer databases too.

12. What is the Linux terminal?

The Linux terminal is a text-based interface used to control a Linux computer.

13. Which are the commonly used terminal emulators of Linux?

Linux: Terminal, KDE Konsole, XTerm

14. What is a Linux command?

A command is a special keyword you can use in a terminal to tell your computer to perform an

action. E.g : $ ls - The ls command is short for "list," and it lists the contents of your current directory.

Command Function
man Display information about all commands
uptime Show how long system is running
users Show username who are currently logged in
service Call and execute script
15. Explain Linux service

A Linux service is an application that runs in the background waiting to be used, or carrying out essential
tasks.

16. List three services required for network activities on a Linux system

1. network - This service turns on the network card or powers the modem.
2. iptables - This is the kernel based Packet Filtering firewall service.
3. xinetd - This is the server that monitors and controls other servers.

17. What are file and print services?

This service provides shared (networked) printing and centralized file storage and retrieval for
networked workstations. Files may be set up to be accessed by one or many users.

You might also like