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

What does the command umask 123 do?

  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

User's with user id as 0 (Zero) are

  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

What is the purpose of sync command?

  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
  1. fsck

  2. fsmount

  3. mount

  4. mountfs


Correct Option: C

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