Linux What command is used with vi editor to search a pattern in the forward direction? // ? / ?? // ? / ?? ANSWER DOWNLOAD EXAMIANS APP
Linux Who founded the FSF? Bob Young Richard Stallman Linus Torvalds All of the listed here Bob Young Richard Stallman Linus Torvalds All of the listed here ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with vi editor to delete three words? 3 dd None of the listed here 3$d 3 dw 3 dd None of the listed here 3$d 3 dw ANSWER DOWNLOAD EXAMIANS APP
Linux What layer protocol is responsible for user and the application programme support such as passwords, resource sharing, file transfer and network management? Layer 7 protocols Layer 5 protocols Layer 6 protocols Layer 4 protocols Layer 7 protocols Layer 5 protocols Layer 6 protocols Layer 4 protocols ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to count just the number of characters in a file? wc - r wc - c wc - 1 wc - w wc - r wc - c wc - 1 wc - w ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with file named 'letter' to remove the executable permission from the user and assign read permission to the group and others? chmod g - x, uo + r letter chmod go + r, u + x letter chmod go + x, u - x letter chmod u - x, go + r letter chmod g - x, uo + r letter chmod go + r, u + x letter chmod go + x, u - x letter chmod u - x, go + r letter ANSWER DOWNLOAD EXAMIANS APP