Unix Which symbol is used to separate more than one command in the same command line? $ : ; # $ : ; # ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the None of these >> symbols > symbols < symbols None of these >> symbols > symbols < symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? pat^ $pat ^pat pat$ pat^ $pat ^pat pat$ ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+r letter chmod ugo+rw letter chmod u+x letter chmod ugo+x letter chmod ugo+r letter chmod ugo+rw letter chmod u+x letter chmod ugo+x letter ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? rch None of these ech tch fch rch None of these ech tch fch ANSWER DOWNLOAD EXAMIANS APP
Unix The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has None of these both read and executable permissions. write and executable permissions executable permission only both read and write permissions None of these both read and executable permissions. write and executable permissions executable permission only both read and write permissions ANSWER DOWNLOAD EXAMIANS APP