Unix Which command sends the word count of the file infile to the newfile. wc infile | newfile wc infile - newfile wc newfile wc infile >newfile wc infile | newfile wc infile - newfile wc newfile wc infile >newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? pwd who am i i /4 which None of these pwd who am i i /4 which None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? md mkdir cr crdir None of these md mkdir cr crdir None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to replace a single character with new text? r s R S r s R S ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? copy tar cp None of these cpio copy tar cp None of these cpio 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