Unix Which command is used to sort the lines of data in a file in reverse order sh st sort -r sort sh st sort -r sort 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
Unix Which of the following commands can be used to get information about yourself? pwd None of these i /4 which who am i pwd None of these i /4 which who am i ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? I a i A None of these I a i A None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells None of these the name of the group owner of the file who the owner of the file is All of these how large the file is and when the file was last modified. None of these the name of the group owner of the file who the owner of the file is All of these how large the file is and when the file was last modified. ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that group has write permission only group has read permission only other has read permission only owner has read permission only group has write permission only group has read permission only other has read permission only owner has read permission only ANSWER DOWNLOAD EXAMIANS APP