Unix Which command sends the word count of the file infile to the newfile. wc newfile wc infile - newfile wc infile | newfile wc infile >newfile wc newfile wc infile - newfile wc infile | newfile wc infile >newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to link the files? lk cp tar ln None of these lk cp tar ln None of these 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: 755 744 555 755 744 555 ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? ic li nm nu ic li nm nu ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? who am i None of these i /4 pwd which who am i None of these i /4 pwd which ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? grep cat more head grep cat more head ANSWER DOWNLOAD EXAMIANS APP