Unix Which of command is used to copy a file? None of these copy cpio cp tar None of these copy cpio cp tar ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod u+r,g+r,o-x note None of these chmod ugo=r note chmod a-rw chmod go+r note chmod u+r,g+r,o-x note None of these chmod ugo=r note chmod a-rw chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you to move cursor down by one line to move cursor right by one position None of these to move cursor left by one position to move cursor to the beginning of the line specified by the number to move cursor down by one line to move cursor right by one position None of these to move cursor left by one position to move cursor to the beginning of the line specified by the number ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap* progs cp chap?? progs cp chap[12] /progs/*.* cp chap?? /progs/* cp chap* progs cp chap?? progs cp chap[12] /progs/*.* cp chap?? /progs/* ANSWER DOWNLOAD EXAMIANS APP
Unix The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has both read and write permissions None of these both read and executable permissions. executable permission only write and executable permissions both read and write permissions None of these both read and executable permissions. executable permission only write and executable permissions ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the >> symbols None of these > symbols < symbols >> symbols None of these > symbols < symbols ANSWER DOWNLOAD EXAMIANS APP