This is a computer science engineering quiz on UNIX, which includes questions on Vi editor (the default editor which comes with the UNIX operating system).
Which editor is used by the UNIX system to edit files?
Which option is used by vi editor to open a file in read mode only?
How many types of modes are used by vi editor?
What is the default mode of vi editor?
To insert text into a file, _____ mode is used.
Which one of the following key is used to switch from command mode to input mode?
Which of the following key is used to enter in ex-mode?
Which of the following files will displayed by this command cat *ch*
The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is:
If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use
Which of the following is not a communication command.
The chmod ugo+rw note command can be represented in octal notation as
Which command shows all the abbreviations in vi editor?
ab
abb
show
none of the mentioned
ex mode is used for what purpose?
File handling
Substitution
File handling and substitution
Inputting text in files
____ key is used for switching to command mode from input mode.
i
A
:
esc