Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -l ls -F ls -l -d ls -x ls -l ls -F ls -l -d ls -x ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? None of these kill 1 cancel 1 cancel all kill 0 None of these kill 1 cancel 1 cancel all kill 0 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? cancel haltsys shutdown kill cancel haltsys shutdown kill ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who >> user.lst None of these who | tee user.lst who > user.lst who < user.lste who >> user.lst None of these who | tee user.lst who > user.lst who < user.lste ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -l ls -x ls -F ls -a ls -l ls -x ls -F ls -a ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? paste grep cut cat paste grep cut cat ANSWER DOWNLOAD EXAMIANS APP