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 move all files to the bin sub-directory of the parent directory? mv * /bin/* mv * ../bin mv *.* /bin/ mv * ../bin *.* None of these mv * /bin/* mv * ../bin mv *.* /bin/ mv * ../bin *.* None of these 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 -l ls -F -x ls ~ x Ip ls -l ls -F -x ls ~ x Ip ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tr tee sort grep tr tee sort grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? [!ijk] None of these ? [ijk] * [!ijk] None of these ? [ijk] * ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? password Shadow profile All the these password Shadow profile All the these ANSWER DOWNLOAD EXAMIANS APP