Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ts ic sm ai ts ic sm ai ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix The File that contains a set of instructions which are performed when a user logs in, is .exrc autoexec.bat None of these .autoexec .profile .exrc autoexec.bat None of these .autoexec .profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? mv remove rm del mv remove rm del ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go+r note chmod go-x note chmod go-r note chmod go+rw note chmod go+r note chmod go-x note chmod go-r note chmod go+rw note ANSWER DOWNLOAD EXAMIANS APP
Unix The special shell variable $* is used None of these to list the positional parameters to exit status of ast command executed. to name the command being executed to process number of the current shell None of these to list the positional parameters to exit status of ast command executed. to name the command being executed to process number of the current shell ANSWER DOWNLOAD EXAMIANS APP