Unix Which command will be used with vi editor to insert text to left of cursor? s S i a s S i a ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? ren remove rename mv ren remove rename mv ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; remove rdir None of these rmdir rd remove rdir None of these rmdir rd ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[x-z] cat emp[a-z] more [emp][!0-9] cat emp[!0-9] cat emp[x-z] cat emp[a-z] more [emp][!0-9] cat emp[!0-9] ANSWER DOWNLOAD EXAMIANS APP
Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 744 755 555 744 755 555 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? ls ~ x ls -l Ip ls -F -x ls ~ x ls -l Ip ls -F -x ANSWER DOWNLOAD EXAMIANS APP