What command is used with vi editor to search a pattern in the forward direction ?
A. ??
B. //
C. ?
D. /
What command is used with vi editor to search a pattern in the forward direction ? Read More »
Basic of linux unix A. ??
B. //
C. ?
D. /
What command is used with vi editor to search a pattern in the forward direction ? Read More »
Basic of linux unix A. Using useradd
B. Using adduser
C. Using linuxconf
D. All of the above
How can you add Amit, a new user, to your system ? Read More »
Basic of linux unix A. r user-list
B. m user-list
C. d user-list
D. e user-list
A. :q
B. :w
C. q!
D. ?
Which command is used with vi editor to save file and remain in the editing mode ? Read More »
Basic of linux unix A. A
B. a
C. i
D. I
Which command will be used with vi editor to append text at end of line ? Read More »
Basic of linux unix A. cp
B. cpio
C. cp – p
D. copy
A. ls
B. ls -1
C. ls -x
D. lc
Which of the following commands is used to display the filenames in multiple columns ? Read More »
Basic of linux unix A. Execute permission for the owner
B. Write permission for others
C. Read and write permission of groups
D. All of the above
The octal representation 652 indicates_________________? Read More »
Basic of linux unix A. C shell
B. Korn shell
C. Bourne shell
D. Smith shell
Which is the earliest and most widely used shell that came with the UNIX system ? Read More »
Basic of linux unix A. chmod u-x, go+r note
B. chmod go+r, u+x note
C. chmod g-x, uo+r note
D. chmod go+x, u-x note