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 | tee user.lst None of these who >> user.lst who < user.lste who > user.lst who | tee user.lst None of these who >> user.lst who < user.lste who > 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 ~ x ls -l ls -F -x Ip ls ~ x ls -l ls -F -x ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to change the working directory? cdir chdir None of these changedir cd cdir chdir None of these changedir cd 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 display and create files? lyrix cat vi ed lyrix cat vi ed ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod u+w note chmod u+x note chmod g+x note chmod ugo+x note chmod u+w note chmod u+x note chmod g+x note chmod ugo+x note ANSWER DOWNLOAD EXAMIANS APP