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 -F -x Ip ls -l ls ~ x ls -F -x Ip ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -1 -4 -2 #NAME? -1 -4 -2 #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd p cd p* cd [p] cd p* cd p cd p* cd [p] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? paste grep cut cat paste grep cut cat ANSWER DOWNLOAD EXAMIANS APP
Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 555 744 755 555 744 755 ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? pat$ $pat pat^ ^pat pat$ $pat pat^ ^pat ANSWER DOWNLOAD EXAMIANS APP