Unix Which command is used with vi editor to search a pattern in the forward direction? ?? // ? / ?? // ? / ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the characteristics of a process? pid ps du au pid ps du au ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls lst* ls -l *.lst ls *.* ls *[lst] ls lst* ls -l *.lst ls *.* ls *[lst] ANSWER DOWNLOAD EXAMIANS APP
Unix The % key allows you to move the cursor backward to the beginning of a word to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor to the first column in the current line to move the cursor to the upperleft corner of the screen to move the cursor backward to the beginning of a word to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor to the first column in the current line to move the cursor to the upperleft corner of the screen ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod u=rwx, g=rw, o=x note chmod 167 note chmo a =761 note None of these chmod 4=7, g=6,0 =1 note chmod u=rwx, g=rw, o=x note chmod 167 note chmo a =761 note None of these chmod 4=7, g=6,0 =1 note ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 666 note chmod 333 note chmod 555 note chmod 444 note chmod 666 note chmod 333 note chmod 555 note chmod 444 note ANSWER DOWNLOAD EXAMIANS APP