Unix Which command is used to display a file contents in octal form? oct cd of od oct cd of od ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? a S i s a S i s ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to None of these chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmod 167 note chmo a =761 note None of these chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmod 167 note chmo a =761 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? A a None of these i I A a None of these i I ANSWER DOWNLOAD EXAMIANS APP
Unix The cat command is used to copy a file display a file print a file capture a file None of these copy a file display a file print a file capture a file None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile - newfile wc infile >newfile wc newfile wc infile | newfile wc infile - newfile wc infile >newfile wc newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP