Unix Which of the following shell's wildcards are used to match any number of characters including none? * None of these [ijk] [!ijk] ? * None of these [ijk] [!ijk] ? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? kill 0 cancel all cancel 1 kill 1 None of these kill 0 cancel all cancel 1 kill 1 None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to print a file? print lp prn pg print lp prn pg 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? 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] cat emp[!0-9] ANSWER DOWNLOAD EXAMIANS APP
Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 755 555 744 755 555 744 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -l wc -c wc -r None of these wc -w wc -l wc -c wc -r None of these wc -w ANSWER DOWNLOAD EXAMIANS APP