Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? copy wb ../misc collect ../misc mon ../misc None of these copy wb collect mon /misc cp wb collect mon ../misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc None of these copy wb collect mon /misc cp wb collect mon ../misc tar wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -t ls -i ls -R ls -1 ls -t ls -i ls -R ls -1 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 chmod go+r note None of these chmod a-rw chmod ugo=r note chmod u+r,g+r,o-x note chmod go+r note None of these chmod a-rw chmod ugo=r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to count the total number of lines, words, and characters contained in a file. wcount None of these wc countw count p wcount None of these wc countw count p 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 write and executable permissions 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 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? ls ~ x ls -l Ip ls -F -x ls ~ x ls -l Ip ls -F -x ANSWER DOWNLOAD EXAMIANS APP