Tag: operating systems

Questions Related to operating systems

  1. touch filename

  2. cat filename

  3. less filename

  4. create filename


Correct Option: A

How do you get all files, which having 3rd place as r, g or i?

  1. ls [rgi]

  2. ls ?3[rgi]*

  3. ls ??[rgi]*

  4. ls **[rgi]?


Correct Option: C

Which command is used to modify the access time of a file?

  1. chmod

  2. touch

  3. chown

  4. mtime


Correct Option: B

vim editor uses which hidden file for configuration settings

  1. .bashrc

  2. .exrc

  3. .usrc

  4. .vimrc


Correct Option: D

What command used to Look at a file, one page at a time

  1. cat

  2. more

  3. less

  4. view


Correct Option: B