Unix Which of the following commands is used to update access and modification times of a file? touch grep wc cat touch grep wc cat ANSWER DOWNLOAD EXAMIANS APP
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 display a file contents in octal form? of oct od cd of oct od cd 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 command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[x-z] more [emp][!0-9] cat emp[a-z] cat emp[!0-9] cat emp[x-z] more [emp][!0-9] cat emp[a-z] cat emp[!0-9] ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. All of these /pat :pat ?pat All of these /pat :pat ?pat ANSWER DOWNLOAD EXAMIANS APP