Unix Which command will be used with vi editor to replace text from cursor to right? R r C c R r C c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap?? /progs/* cp chap[12] /progs/*.* cp chap* progs cp chap?? progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap* progs cp chap?? progs ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod 4=7, g=6,0 =1 note chmod 167 note None of these chmod u=rwx, g=rw, o=x note chmo a =761 note chmod 4=7, g=6,0 =1 note chmod 167 note None of these chmod u=rwx, g=rw, o=x note chmo a =761 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? : # $ ; : # $ ; ANSWER DOWNLOAD EXAMIANS APP
Unix The special shell variable $* is used to name the command being executed to list the positional parameters to exit status of ast command executed. None of these to process number of the current shell to name the command being executed to list the positional parameters to exit status of ast command executed. None of these to process number of the current shell ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod u+r,g+r,o-x note chmod ugo=r note None of these chmod go+r note chmod a-rw chmod u+r,g+r,o-x note chmod ugo=r note None of these chmod go+r note chmod a-rw ANSWER DOWNLOAD EXAMIANS APP