Unix Which command is used to list all the files with extension .lst? ls *[lst] ls *.* ls -l *.lst ls lst* ls *[lst] ls *.* ls -l *.lst ls lst* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move the cursor to the left? i j k h None of these i j k h None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The File that contains a set of instructions which are performed when a user logs in, is autoexec.bat .autoexec .profile None of these .exrc autoexec.bat .autoexec .profile None of these .exrc 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 both read and executable permissions. None of these executable permission only write and executable permissions both read and write permissions both read and executable permissions. None of these executable permission only write and executable permissions both read and write permissions ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? // / ? ?? // / ? ?? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following signs is used to back up over typing errors in vi? ! None of these $ @ # ! None of these $ @ # ANSWER DOWNLOAD EXAMIANS APP