You are on page 1of 3

Q1: Which command can be used to determine file type by its content??

a ls –l

b None

c type

d None

e file

f None of the above.

Q2: What is the name of the utility used to extract NDB configuration information??

a ndb --config

b None

c cluster_config

d ndb_config

e None of the above

f configNdb

Q3: Which of the following is NOT a magic predefined constant??

a __FILE__

b __DATE__

c __LINE__

d None

e __CLASS__

f None

Q4: What is the name of a Linux utility used for managing software packages on Red Hat and
Red Hat-based Linux distributions??
a None

b apt-get

c grub

d yum

e apt

f None

Q5: How are links defined in an <a> tag??

a Hlink

b Src

c None

d None

e Src-link

f Href

Q6: What does the date_sunset() function returns?

a None

b Returns the date of sunset for a given day / location

c None

d None

e None

f Returns the time of sunset for a given day / location

Q7: How to check the current disk usage on Linux??

a df

b None
c free

d usage

e uptime

f None

Q8: Explain the use of SUID permission bit on a file.?

a It denies the process to have the privileges of the root user during the instance of
the program.

b It give the process to have the privileges of the owner of the file during the
instance of the program.

c It denies the process to have the privileges of the owner of the file during the
instance of the program.

d It give the process to have the privileges of the root user during the instance of the
program.

The correct Answer is: None

The correct Answer is: None

Q9: What is array_keys() used for??

a Compares array keys, and returns the matches

b Checks if the specified key exists in the array

c Returns all the keys of an array

d Both b and c above

e None

f None

You might also like