Unix Which of the following commands is used to obtain a list of all files by modification time? ls -R ls -i ls -1 ls -t ls -R ls -i ls -1 ls -t ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? od of cd oct od of cd oct ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls -l | wc -l ls | ws -c ls | wc ls | wc -w ls -l | wc -l ls | ws -c ls | wc ls | wc -w 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 option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files? -r -l -b -d None of these -r -l -b -d None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ts sm ai ic ts sm ai ic ANSWER DOWNLOAD EXAMIANS APP