Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -x ls -l ls -l -d ls -F ls -x ls -l ls -l -d ls -F ANSWER DOWNLOAD EXAMIANS APP
Unix The % key allows you to move the cursor backward to the beginning of a word to move the cursor to the first column in the current line to move the cursor to the upperleft corner of the screen to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor backward to the beginning of a word to move the cursor to the first column in the current line to move the cursor to the upperleft corner of the screen to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells None of these who the owner of the file is how large the file is and when the file was last modified. All of these the name of the group owner of the file None of these who the owner of the file is how large the file is and when the file was last modified. All of these the name of the group owner of the file ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as comp do cmp ccp comp do cmp ccp 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[12] /progs/*.* cp chap?? /progs/* cp chap* progs cp chap?? progs cp chap[12] /progs/*.* cp chap?? /progs/* cp chap* progs cp chap?? progs ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with -c None of these -r option #NAME? -c None of these -r option #NAME? ANSWER DOWNLOAD EXAMIANS APP