Unix Which command is used to sort the lines of data in a file in reverse order sort st sort -r sh sort st sort -r sh ANSWER DOWNLOAD EXAMIANS APP
Unix The agency that sits between the user and the UNIX system is called the erxc profile logic shell erxc profile logic shell ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display and create files? lyrix cat ed vi lyrix cat ed vi 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 who < user.lste 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 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? Ip ls -l ls ~ x ls -F -x Ip ls -l ls ~ x ls -F -x ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm *.* rm all rm * None of these rm -r * rm *.* rm all rm * None of these rm -r * ANSWER DOWNLOAD EXAMIANS APP