Unix You can append to a file instead of overwriting by using the > symbols < symbols >> symbols None of these > symbols < symbols >> symbols None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod u+x note chmod u+w note chmod ugo+x note chmod g+x note chmod u+x note chmod u+w note chmod ugo+x note chmod g+x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod u+x letter chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter chmod u+x letter chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is invalid filename? trial None of these TRY my .file trial None of these TRY my .file 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+r ??? emp chmod 222 emp? chmod 777 emp* chmod u+x emp[1-3] chmod u+r ??? emp chmod 222 emp? chmod 777 emp* chmod u+x emp[1-3] ANSWER DOWNLOAD EXAMIANS APP
Unix Which operator will be used with chmod command to assign absolute permission? + % = - None of these + % = - None of these ANSWER DOWNLOAD EXAMIANS APP