Unix Which of the following commands is used to display your working directory? pwd dir path prompt $p$g pwd dir path prompt $p$g ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[!0-9] cat emp[x-z] cat emp[a-z] more [emp][!0-9] cat emp[!0-9] cat emp[x-z] cat emp[a-z] more [emp][!0-9] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-x note chmod go+r note chmod go-r note chmod go+rw note chmod go-x note chmod go+r note chmod go-r note chmod go+rw note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /usr /tmp /dev /etc /usr /tmp /dev /etc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * /bin/* mv *.* /bin/ None of these mv * ../bin mv * ../bin *.* mv * /bin/* mv *.* /bin/ None of these mv * ../bin mv * ../bin *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? ls -x ls -1 ls None of these lc ls -x ls -1 ls None of these lc ANSWER DOWNLOAD EXAMIANS APP