Linux What command is used to display a file contents in octal form? oct of od cd oct of od cd ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with vi editor to append text at end of line? None of these A a I i None of these A a I i ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to copy directory structures in and out? cpio None of these cp - p copy cp cpio None of these cp - p copy cp 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 u - x, go + r letter chmod go + r, u + x letter chmod go + x, u - x letter chmod g - x, uo + r letter chmod u - x, go + r letter chmod go + r, u + x letter chmod go + x, u - x letter chmod g - x, uo + r letter ANSWER DOWNLOAD EXAMIANS APP
Linux What command do you use to delete a file? delete rename cp rm delete rename cp rm ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with vi editor to search a pattern in the forward direction? // ? ?? / // ? ?? / ANSWER DOWNLOAD EXAMIANS APP