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[a-z] cat emp[x-z] more [emp][!0-9] cat emp[!0-9] cat emp[a-z] cat emp[x-z] more [emp][!0-9] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to summarize the disk usage? du None of these disk chkdsk fdisk du None of these disk chkdsk fdisk ANSWER DOWNLOAD EXAMIANS APP
Unix The agency that sits between the user and the UNIX system is called the shell erxc logic profile shell erxc logic profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which operator will be used with chmod command to assign absolute permission? + - % = None of these + - % = None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? -R -1 None of these #NAME? -R -1 None of these #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort sort -r st sh sort sort -r st sh ANSWER DOWNLOAD EXAMIANS APP