Tag: technology

Questions Related to technology

"Which command will create a hard link named ""Link"" to the ""Test"" file? "

  1. ln -s Test Link

  2. ln Test Link

  3. ln / Link Test

  4. ln -h Link Test


Correct Option: B
  1. It sets file owner permissions to read and write

  2. It sets the permissions of other users to read

  3. It sets group permissions to read and execute

  4. All of them


Correct Option: D
  1. Printer users

  2. Not allowed to login using rlogin/ssh

  3. root users

  4. User id cannot be 0


Correct Option: C

User's passwords are generally stored in

  1. /etc/passwd

  2. /var/passwd

  3. /etc/password

  4. /var/password


Correct Option: A
  1. To synchronize user applications

  2. To synchronize keyboard and monitor

  3. To synchornize disk buffers

  4. To syschronize main memory and cache memory


Correct Option: C

How to mount a file system?

  1. fsck

  2. fsmount

  3. mount

  4. mountfs


Correct Option: C

"Count the number of errors in the statement if [password = password1] then echo password else password"

  1. 0

  2. 4

  3. 1

  4. 2


Correct Option: B

The valid conditional operator

  1. -NE

  2. -GT

  3. -LT

  4. -eq


Correct Option: D

The option not allowed in test command

  1. -d

  2. -l

  3. `-u

  4. -a


Correct Option: B