Unix Which command is used to create a directory? md crdir mkdir None of these cr md crdir mkdir None of these cr ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as ccp comp cmp do ccp comp cmp do ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort -r sh st sort sort -r sh st sort 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[a-z] cat emp[!0-9] more [emp][!0-9] cat emp[x-z] cat emp[a-z] cat emp[!0-9] more [emp][!0-9] cat emp[x-z] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd p* cd [p] cd p cd p* cd p* cd [p] cd p 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