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 concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? 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] cat emp[a-z] 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 If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echo ^a tty ^c stty intr ^c stty echoe stty echo ^a tty ^c stty intr ^c stty echoe ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to summarize the disk usage? None of these fdisk chkdsk disk du None of these fdisk chkdsk disk du ANSWER DOWNLOAD EXAMIANS APP
Unix The cat command is used to None of these copy a file capture a file display a file print a file None of these copy a file capture a file display a file print a file ANSWER DOWNLOAD EXAMIANS APP