2015 FOSS Marking
2015 FOSS Marking
Linux Torvalds
Apache License
bash
4. What is the key combination for logging out current shell session?
Ctrl + d
pwd
chmod
Protocol)?
Free and open source mail transfer agent (MTA) that router and
[Type here]
Part – II
1.
i. Define the term Open Source Software
ii. What are the four advantages of having open source software
Offer open source products to those who are developing open source
software, or to individual end users. Profit oriented others may be required
to pay for a commercial license.
Example:-
VC Player
MY SQL
Firefox
Open Office
[Type here]
v. Write short notes on the followings
a) GNU
2.
i. Discuss about Linux Shell and Kernel using a diagram
[Type here]
ii. Name three Shell types in Linux
iv. Assumed you have opened the terminal and now you are in your home directory. In
your home directory there is text file named as myInfo.txt
a) Write a command to find the word ATI in myInfo.txt file using grep
grep-r ATI/myInfo.txt
[Type here]
3.
i. Write down appropriate command in Linux for the following where necessary
a) Clearly discuss the user creation procedure in a terminal with commands
(Hint: you are logged in terminal as Student user, and root account password is
HNDIT)
Type su-
Then asked password type the password, then press the ‘Enter’
iii. vi editors in Linux has three modes namely Command mode, Input mode and Last
line mode. How will you get to them by pressing keys
command mode – (escape key)
input mode – (press “i”)
last line mode –( press)
[Type here]
4.
i. What is the purpose of process management in Linux Operating System?
A process is an instance of a program running in Linux some time you may
need to stop in directly process management is a case in point. Linux creates
a process whenever a program is touched either by you or by Linux this
process is a container of information about how that program is running and
what’s happening.
ii. Write down the output of following process management commands?
a. Top: - provides most CPU-intensive task on the system.
b. Ps: - gives a snapshot of the current processes. If you want a repetitive
update of this status, use top.
iii. Briefly explain the attributes used in the file and directory permissions?
We can list out using “ls –l” displays the items permissions.
Each item has 3 sections of permissions.
o User permissions: Owner
o Group permissions: Associated Group
o Other permissions: Everyone else on the
system
6 4 0
4+2+0 4+0+0 0+0+0 rw-r-----
rw- r-- ---
b) Test.java – 766
7 6 6
4+2+1 4+2+0 4+2+0 Rwxrw-rw-
rwx Rw- rw-
[Type here]
v. Is –l command display the current file permission Test.java as follows
rw-rw-r—
5.
i. What is the Internet Message Access Protocol?
“IMAP is a protocol for email – retrieval and storage developed as an
alternative to pop”
ii. What is the major functionality of samba server?
Running on a Unix system.
It can be allows windows to share files.
It allows Unix users to access resources.
It can allow also share windows system.
iii. An additional feature offered by many proxy server applications is caching; such a
server is known as a caching proxy server. Explain benefits of having cashing proxy
server.
Caching enables the proxy server to store pages that it retrieves as file on disk
this process has two benefits.
Significantly improves performance – in universities, school in studies
more than one user might retrieve the same page.
Reduces demands on internet connection – because there are fever
request on internet when caching proxy server is in use this result in a
general speed improvement.
[Type here]
iv. What is the command to remove DHCP server?
Sudo ant –get remove—auto- remove lsc- dhcp--server
[Type here]