Unix The command to count the number of files in the current directory by using pipes, is ls | ws -c ls | wc ls | wc -w ls -l | wc -l ls | ws -c ls | wc ls | wc -w ls -l | wc -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? nm ic li nu nm ic li nu ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files? dm None of these delete erase rm dm None of these delete erase rm 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: 744 755 555 744 755 555 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? ls cat file more ls cat file more ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc -c wc -r wc - 1 wc -w wc -c wc -r wc - 1 wc -w ANSWER DOWNLOAD EXAMIANS APP