-
General Knowledge
-
General Topics
- Abbreviations
- Books and Authors
- Famous Academies and Institutes
- First in India (Man)
- First in India (Women)
- Important Dates
- Famous Personalities
- Public Administration Science
- Astronomy
- Biology
- Botany
- Chemistry
- Physics
- Zoology
- Inventions and Scientists Geography
- Geographical Epithets India
- Geographical Epithets World
- Places Associated with Industries in India
- National Parks and Sanctuaries
- Towns on River Banks History
- Indian History and Culture
- Indian National Movement
- Indian Polity and Constitution
- Ancient Period in Indian History
- World History
- Governor General of India Culture
- Languages
- Indian Dance and Music
- Classical Dances of India
- Folk Dances in India and Tribal Dances in India
- Famous Dancers, Instrumentalists, Vocalists in India World
- First in the World
- Parliament Names
- United Nation Organizations (UNO)
- World's Famous News Agencies
- World Industries
- National Emblems
- Countries and Alternative Names
- Countries and Capitals
- View More topics...
- General Aptitude
- Problems on Ages
- Alligation and Mixture
- Area
- Arithmetic Progression
- Average
- Banker's Discount
- Boats and Streams
- Calendar
- Chain Rule
- Clock
- Compound Interest
- Decimal Fraction
- Height and Distance
- Logarithms
- Mensurations
- Numbers
- Odd Man Out and Series
- Partnership and Share
- Percentage
- Permutation and Combination
- Pipes and Cisterns
- Probability
- Problems on H.C.F and L.C.M
- Problems on Numbers
- Problems on Trains
- Profit and Loss
- Races and Games
- Ratio and Proportion
- Simple Interest
- Simplification
- Stocks and Shares
- Surds and Indices
- Time and Distance
- Time and Work
- True Discount
- Volume & Surface Areas
- General English
- Antonyms
- Synonyms
- Vocabulary Test
- One Word Substitution
- Sentence Completion
- Sentence Improvement
- Idioms & Phrases
- Homonyms
- Word Formation
- Active & Passive Voice
- Direct and Indirect Speech
- Spotting Errors
- Double Synonyms
- Choose the Appropriate Filter
- Spelling Test
- Transformation
- Reconstruction of Sentence
- Chooose the Correct or Incorrect Sentence
- Networking
- Interview Questions
-
Programming
- .NET
- Java
- ASP.NET
- C++
- Perl
- Python
- Ruby and Rails
- Struts
- Core Java
- Hibernate Database
- DB2
- MS SQL Server
- MySQL
- Oracle
- SQL
- DBMS
- Data Warehousing
- Data structures and Algorithms Cisco
- CCNA
- CCNP Routing
- CCNP Switching
- Internetworking
- Border Gateway Protocol Windows
- MCSE
- Exchange Server
- Windows Server 2008
- DNS & Active Directory
- Firewall Questions Linux
- Unix
- Linux Server Administrator
- Linux System Administrator
- Linux File Manipulation
- Database
- Home
- Server Administration
- RHCSA Online Test
Instructions
- Total Questions 20
- Each question carry 1 mark
- Must answer all the questions (otherwise report card will not be generated)
- If you dont want to take a test, simply click the check answers button and view all the answers with explanations
- Do Not Refresh the Page
- No Time Limit
- Good Luck :)
You Scored % - /
Correct Answers :
[B]
Explanation :
The console is the screen you are working from. On the console, a terminal is started as the working environment. In the terminal, a shell is operational to interpret the commands you are typing.
Correct Answers :
[A]
Explanation :
The console is the screen you are working from. On the console, a terminal is started as the working environment. In the terminal, a shell is operational to interpret the commands you are typing.
Correct Answers :
[C]
Explanation :
The console is the screen you are working from. On the console, a terminal is started as the working environment. In the terminal, a shell is operational to interpret the commands you are typing.
Correct Answers :
[B]
Explanation :
The six virtual consoles that are available on Linux by default are numbered /dev/tty1 through /dev/tty6. The device /dev/pts/6 is used to refer to the sixth pseudo terminal, which is created by opening six terminal windows in a graphical environment.
Correct Answers :
[A, B]
Explanation :
A pseudo terminal device is created when opening new terminals using SSH or from the graphical interface.
Correct Answers :
[C]
Explanation :
Privileged users are opposed to unprivileged users. A privileged user can execute tasks in kernel space, without any further restriction. By default, only the user root exists as privileged user.
Correct Answers :
[D]
Explanation :
In the sudo configuration file, all members of the group wheel by default get access to all administrator tasks.
Correct Answers :
[B]
Explanation :
The runas command does not exist on Linux.
Correct Answers :
[B]
Explanation :
The hashed user passwords are stored in /etc/shadow.
Correct Answers :
[C]
Explanation :
The file /etc/default/useradd is read for default settings when new user accounts are created.
Correct Answers :
[C]
Explanation :
The newgrp command is used to set the effective primary group, which will effect default group ownership on new files until the current shell session is ended. The chgrp command is used to set the group owner of an existing file. Chgrp is not related to any user account and it affects newly created files only.
Correct Answers :
[A]
Explanation :
The find / -user linda command searches all files that are owned by user linda. Notice that find also has a -uid option that allows you to locate files based on a specific UID setting. This does not allow you to search files based on a username, but it will let you find files based on the UID of a specific user.
Correct Answers :
[C]
Explanation :
chgrp myfile sales does not set group ownership for the file myfile. The order in this command is wrong; chgrp first needs the name of the group, followed by the name of the owner that needs to be set.
Correct Answers :
[C]
Explanation :
When used in relative mode, the three digits are used to specify user, group, and others permissions. The value 6 is used to apply read and write.
Correct Answers :
[C]
Explanation :
The chmod g+s /dir command adds (+) the SGID permission to /dir. Answer A ( chmod u+s ) adds SUID to the directory, with chmod g-s the SGID permission would be removed, and the 1 in chmod 1770 /dir would set sticky bit and not SGID.
I. 192.168.4.17/26
II. 192.168.4.94/26
III. 192.168.4.97/26
IV. 192.168.4.120/26
Correct Answers :
[D]
Explanation :
Based on the /27 subnet mask, the networks are 192.168.4.0, 192.168.4.64, 192.168.4.128, and 192.168.4.192. That means that IP addresses II, III, and IV belong to the same network.
Correct Answers :
[B]
Explanation :
The 169.254.0.0 network address does not belong to the private address ranges, which are 10.0.0.0/8, 172.168.0.0/12, and 192.168.0.0/16.
Correct Answers :
[C]
Explanation :
By default, the network device names are based on the device type, location, and identification.
Correct Answers :
[D]
Explanation :
Use of the ifconfig command is deprecated; use the ip command instead. The ip addr show command shows information about the state of the interface as well as the current IP address assignment.
Correct Answers :
[A]
Explanation :
The network service should not be used anymore in RHEL 7.
|
|
||||||||||||||||||||||||||||