Tag: programming languages

Questions Related to programming languages

  1. fsck

  2. fsmount

  3. mount

  4. mountfs


Correct Option: C

How many run levels are available in Unix

  1. 1

  2. 2

  3. 5

  4. 6


Correct Option: D

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. Printer users

  2. Not allowed to login using rlogin/ssh

  3. root users

  4. User id cannot be 0


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
  1. gunzip/expand

  2. gzip

  3. zip

  4. winzip


Correct Option: A

How do I tar/untar a file?

  1. tar -cvf file/tar -xvf file

  2. tar -xvf file /tar -cvf file

  3. tar -cvf file.tar /tar -xvf file.tar /

  4. tar -xvf file.tar /tar -cvf file.tar /


Correct Option: C

I know linux can multitask -- how do I switch between programs?

  1. fg,bg, &

  2. switch

  3. None

  4. Both


Correct Option: A

For some file the access permissions are modified to 764. Which of the following

  1. Every one can read, group can execute only and the owner can read and write

  2. Every one can read and write, but owner alone can execute

  3. Every one can read, group including owner can write, owner alone can execute

  4. None


Correct Option: C

What is a system call()

  1. A request by the users to access kernel functions

  2. A request by kernel to the device

  3. A request by the device to kernel

  4. None


Correct Option: A