Unix Which command is used to create a directory? crdir mkdir cr md None of these crdir mkdir cr md None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? nm ic nu li nm ic nu li ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to None of these chmod 4=7, g=6,0 =1 note chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 167 note None of these chmod 4=7, g=6,0 =1 note chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 167 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following signs is used to back up over typing errors in vi? # ! @ $ None of these # ! @ $ None of these ANSWER DOWNLOAD EXAMIANS APP
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 command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp ANSWER DOWNLOAD EXAMIANS APP