Unix Which command is used to list all the files with extension .lst? ls *[lst] ls -l *.lst ls lst* ls *.* ls *[lst] ls -l *.lst ls lst* ls *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? write mail mesg wall write mail mesg wall ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc None of these tar wb collect mon /misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc None of these tar wb collect mon /misc copy wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /tmp /etc /usr /dev /tmp /etc /usr /dev ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following options will be used to display number of blocks used by a file? None of these #NAME? -r option -c None of these #NAME? -r option -c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? ? // ?? / ? // ?? / ANSWER DOWNLOAD EXAMIANS APP