Unix Which command is used to list all the files with extension .lst? ls *[lst] ls lst* ls -l *.lst ls *.* ls *[lst] ls lst* ls -l *.lst ls *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display and create files? vi ed cat lyrix vi ed cat lyrix ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in /unix directory None of these /dev directory /bin and /usr/bin directories /tmp directory /unix directory None of these /dev directory /bin and /usr/bin directories /tmp directory ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? # : ; $ # : ; $ 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? tar wb collect mon /misc None of these copy wb collect mon /misc cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc None of these copy wb collect mon /misc cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which is the earliest and most widely used shell that came with the UNIX system? Korn shell Bourne shell None of these C shell Smith shell Korn shell Bourne shell None of these C shell Smith shell ANSWER DOWNLOAD EXAMIANS APP