Sponsored Links

Interview Questions



Advertisements Linux Interview Questions
COOLINTERVIEW.COM OPERATING SYSTEMS INTERVIEW QUESTIONS LINUX INTERVIEW QUESTIONS QUESTIONS LISTING

Linux Interview Questions & Answers

Below we have listed all the Linux Interview Questions and answers. Feel free to comment on any Linux Interview Questions or answer by the comment feature available on the page.

To buy an eBook containing 30,000 Interview Questions, with Answers, Click Here.
View All Linux Interview Questions & Answers - Exam Mode / Learning Mode

Linux Interview Questions & Answers

Linux is, in simplest terms, an operating system. It is the software on a computer that enables applications and the computer operator to access the devices on the computer to perform desired functions. The operating system (OS) relays instructions from an application to, for instance, the computer's processor. Linux (often pronounced LIH-nuhks with a short "i") is a Unix-like operating system that was designed to provide personal computer users a free or very low-cost operating system comparable to traditional and usually more expensive Unix systems.

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 Next

Sort By : Latest First | Oldest First | By Rating

Question
Rating
View Answer
You are creating new partitions in preparation for installing Linux. You want to have five different partitions. You have successfully created four partitions, but are unable to create the fifth one. What is the problem?
Choose one:

a. Your hard drive is not large enough for more than four partitions.
b. You need to create the swap partition last.
c. You created four primary partitions.
d. Linux cannot be installed on more than four partitions.
0.3 Rating
View Answer
The whereis command is helpful in finding the location of a command as well as its related man page. What is the disadvantage of using it?
Choose one:

a. Since it searches the entire directory tree, the whereis command can take an excessive amount of time.
b. The whereis command will not find source files located on your system.
c. You have to update the whereis database in order to keep it current.
d. The whereis command only searches known directories that are hard coded into the command.
0.3 Rating
View Answer
Why should you track the amount of free space on your disks?
Choose one:

a. If there is no free space, you will not be able to write to that filesystem.
b. If there is no free space, you will not be able to install new applications.
c. If the amount of free space becomes less than 50 percent, then your system will slow down.
d. If the amount of free space is too low, your system will not boot.
0.3 Rating
View Answer
There is considerable documentation covering various tasks provided as HOWTOs. These documents are normally installed in which directory.
Choose one:

a. /etc/HOWTO
b. /usr/doc/HOWTO
c. /usr/HOWTO
d. /usr/lib/HOWTO
0.2 Rating
View Answer
What type of local file server can you use to provide the distribution installation materials to the new machine during a network installation?

A) Inetd
B) FSSTND
C) DNS
D) NNTP
E) NFS
0.3 Rating
View Answer
You have a directory called /home/ben/memos and want to move it to /home/bob/memos so you issue the command mv /home/ben/memos /home/bob. What is the results of this action?
Choose one:

a. The files contained in /home/ben/memos are moved to the directory /home/bob/memos/memos.
b. The files contained in /home/ben/memos are moved to the directory /home/bob/memos.
c. The files contained in /home/ben/memos are moved to the directory /home/bob/.
d. The command fails since a directory called memos already exists in the target directory.
0.2 Rating
View Answer
You need to view the contents of the tarfile called MyBackup.tar. What command would you use? __________
0.3 Rating
View Answer
When typing at the command line, the default editor is the _____________ library.
0.2 Rating
View Answer
Which hardware considerations should you keep in mind when putting together this mail server's list of components? [Choose all correct answers]

A) Monitor resolution
B) RAM size
C) VRAM size
D) CPU speed
E) Large, fast access hard drives
0.3 Rating
View Answer
You have been told to configure a method of rotating log files on your system. Which of the following factors do you not need to consider?
Choose one:

a. date and time of messages
b. log size
c. frequency of rotation
d. amount of available disk space
0.3 Rating
View Answer
You have a problem installing an older CD-ROM drive on one of your Linux servers. You have checked the HOWTOs and FAQs but have not found your answer. Where could you go to search the newsgroups to look for
a solution?
Choose one:

a. http://www.deja.com
b. http://www.news.com
c. http://www.linux-help.com
d. http://www.lug.com
0.2 Rating
View Answer
You know that the info utility provides easier to understand documentation but you have never used it. How can you access a tutorial on using info?
Choose one:

a. man info
b. info
c. info info
d. info help
0.3 Rating
View Answer
You issue the command jobs and receive the following output:
[1]- Stopped (tty output) pine
[2]+ Stopped (tty output) MyScript
How would you bring the MyScript process to the foreground?

Choose one:
a. fg %2
b. ctrl-c
c. fg MyScript
d. ctrl-z
0.3 Rating
View Answer
You have a file called administration with the following attributes
-rw-rw-r-- 1 root admin 7202 Sep 17 9:10 administration
George is a member of the admin group and Bob is a member of the sales group. Both George and Bob need to make changes to this file. What permissions do George and Bob have to the file?
Choose one:

a. George has read and write permissions and Bob has read permission.
b. Bob has read and write permissions and George has read permission.
c. Both George and Bob have read and write permissions.
d. Both George and Bob have read permission only.
0.2 Rating
View Answer
You have set quotas for all your users but half of your users are using more space than they have been allotted. Which of the following could be the problem?
Choose one:

a. You have too many users on your system.
b. Users' home directories are located on two different partitions.
c. Your kernel does not support setting disk quotas.
d. You did not turn quotas on with the quotaon command.
0.3 Rating
View Answer
You have been given the job of administering a new server. It houses a database used by the sales people. This information is changed frequently and is not duplicated anywhere else. What should you do to ensure that this information is not lost?
Choose one

a. Create a backup strategy that includes backing up this information at least daily.
b. Prepare a proposal to purchase a backup server
c. Recommend that the server be made part of a cluster.
d. Install an additional hard drive in the server.
0.3 Rating
View Answer
Send some linux interview questions?
0.3 Rating
View Answer
What command allows you to set a processor-intensive job to use less CPU time?

A) ps
B) nice
C) chps
D) less
E) more
0.3 Rating
View Answer
You created a tarfile called myfiles.tar containing copies of all the files in your home directory. In order to save space you compress this file using gzip. After completing the operation, you do a listing of the contents of the directory to see how much smaller the compressed file is. How can you use the information from the listing to determine the percentage of compression?
Choose one:

a. Only the compressed file will be listed and not the tarfile.
b. Divide the reported size of the tarfile by the reported size of the compressed file.
c. Neither the tarfile nor the compressed file are listed as they are both moved to another directory by default.
d. Divide the reported size of the compressed file by the reported size of the tarfile.
0.2 Rating
View Answer
You use the mount -a command to mount all your filesystems, however, you cannot access your CD-ROM. What could be the problem?
Choose one:

a. The CD-ROM is not defined in the fstab file.
b. The CD-ROM cannot be mounted using the mount -a command.
c. The command mount -a is not a valid command.
d. The correct syntax to mount all filesystems is mount fstab.
0.2 Rating
View Answer

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 Next




User Options
India News Network

Latest 20 Questions
Payment of time- barred debt is: (a) Valid (b) Void (c) Illegal (d) Voidable
Consideration is defined in the Indian Contract Act,1872 in: (a) Section 2(f) (b) Section 2(e) (c) Section 2(g) (d) Section 2(d)
Which of the following is not an exception to the rule, "No consideration, No contract": (a) Natural love and affection (b) Compensation for involuntary services (c) Completed gift (d) Agency
Consideration must move at the desire of: (a) The promisor (b) The promisee (c) The promisor or any other party (d) Both the promisor and the promisee
An offer which is open for acceptance over a period of time is: (a) Cross Offer (b) Counter Offer (c) Standing Offer (d) Implied Offer
Specific offer can be communicated to__________ (a) All the parties of contract (b) General public in universe (c) Specific person (d) None of the above
_________ amounts to rejection of the original offer. (a) Cross offer (b) Special offer (c) Standing offer (d) Counter offer
A advertises to sell his old car by advertising in a newspaper. This offer is caleed: (a) General Offer (b) Special Offer (c) Continuing Offer (d) None of the above
In case a counter offer is made, the original offer stands: (a) Rejected (b) Accepted automatically (c) Accepted subject to certain modifications and variations (d) None of the above
In case of unenforceable contract having some technical defect, parties (a) Can sue upon it (b) Cannot sue upon it (c) Should consider it to be illegal (d) None of the above
If entire specified goods is perished before entering into contract of sale, the contract is (a) Valid (b) Void (c) Voidable (d) Cancelled
______________ contracts are also caled contracts with executed consideration. (a) Unilateral (b) Completed (c) Bilateral (d) Executory
A offers B to supply books @ Rs 100 each but B accepts the same with condition of 10% discount. This is a case of (a) Counter Offer (b) Cross Offer (c) Specific Offer (d) General Offer
_____________ is a game of chance. (a) Conditional Contract (b) Contingent Contract (c) Wagering Contract (d) Quasi Contract
There is no binding contract in case of _______ as one's offer cannot be constructed as acceptance (a) Cross Offer (b) Standing Offer (c) Counter Offer (d) Special Offer
An offer is made with an intention to have negotiation from other party. This type of offer is: (a) Invitation to offer (b) Valid offer (c) Voidable (d) None of the above
When an offer is made to the world at large, it is ____________ offer. (a) Counter (b) Special (c) General (d) None of the above
Implied contract even if not in writing or express words is perfectly _______________ if all the conditions are satisfied:- (a) Void (b) Voidable (c) Valid (d) Illegal
A specific offer can be accepted by ___________. (a) Any person (b) Any friend to offeror (c) The person to whom it is made (d) Any friend of offeree
An agreement toput a fire on a person's car is a ______: (a) Legal (b) Voidable (c) Valid (d) Illegal



Fresher Jobs | Experienced Jobs | Government Jobs | Walkin Jobs | Company Profiles | Interview Questions | Placement Papers | Companies In India | Consultants In India | Colleges In India | Exams In India | Latest Results | Notifications In India | Call Centers In India | Training Institutes In India | Job Communities In India | Courses In India | Jobs by Keyskills | Jobs by Functional Areas

Testing Articles | Testing Books | Testing Certifications | Testing FAQs | Testing Downloads | Testing Interview Questions | Testing Jobs | Testing Training Institutes

Gate Articles | Gate Books | Gate Colleges | Gate Downloads | Gate Faqs | Gate Jobs | Gate News | Gate Sample Papers | Gate Training Institutes

MBA Articles | MBA Books | MBA Case Studies | MBA Business Schools | MBA Current Affairs | MBA Downloads | MBA Events | MBA Notifications | MBA FAQs | MBA Jobs
MBA Job Consultants | MBA News | MBA Results | MBA Courses | MBA Sample Papers | MBA Interview Questions | MBA Training Institutes

GRE Articles | GRE Books | GRE Colleges | GRE Downloads | GRE Events | GRE FAQs | GRE News | GRE Training Institutes | GRE Sample Papers

IAS Articles | IAS Books | IAS Current Affairs | IAS Downloads | IAS Events | IAS FAQs | IAS News | IAS Notifications | IAS UPSC Jobs | IAS Previous Question Papers
IAS Results | IAS Sample Papers | IAS Interview Questions | IAS Training Institutes | IAS Toppers Interview

SAP Articles | SAP Books | SAP Certifications | SAP Companies | SAP Study Materials | SAP Events | SAP FAQs | SAP Jobs | SAP Job Consultants
SAP Links | SAP News | SAP Sample Papers | SAP Interview Questions | SAP Training Institutes |




Copyright ©2003-2024 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions