Unix Which of the following commands is used to obtain a list of all files by modification time? ls -R ls -1 ls -i ls -t ls -R ls -1 ls -i ls -t ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? fourth third second first fourth third second first 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 infile - newfile wc newfile wc infile | newfile wc infile >newfile wc infile - newfile wc newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which is the earliest and most widely used shell that came with the UNIX system? None of these Korn shell C shell Bourne shell Smith shell None of these Korn shell C shell Bourne shell Smith shell ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy programs/wb misc/wb None of these cp programs/wb misc tar programs/wb misc/wb copy a:programs/wb b:misc/wb copy programs/wb misc/wb None of these cp programs/wb misc tar programs/wb misc/wb copy a:programs/wb b:misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? crdir None of these mkdir md cr crdir None of these mkdir md cr ANSWER DOWNLOAD EXAMIANS APP