Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? Ip ls ~ x ls -F -x ls -l Ip ls ~ x ls -F -x ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? pg more lp cat None of these pg more lp cat None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The % key allows you 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 upperleft corner of the screen to move the cursor to the first column in the current line 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 upperleft corner of the screen to move the cursor to the first column in the current line ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -R a+x progs chmod -R 222 progs chmod -x a+x progs chmod -1 a+x progs chmod -R a+x progs chmod -R 222 progs chmod -x a+x progs chmod -1 a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix The octal representation 652 indicates Write permission for others None of these All of these Execute permission for the owner Read and write permission of groups Write permission for others None of these All of these Execute permission for the owner Read and write permission of groups ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? None of these rm -r * rm all rm * rm *.* None of these rm -r * rm all rm * rm *.* ANSWER DOWNLOAD EXAMIANS APP