Unix Which symbol is used to separate more than one command in the same command line? ; $ # : ; $ # : ANSWER DOWNLOAD EXAMIANS APP
Unix If a file has read and write permissions for the owner, then the octal representation of the permissions will be 3 6 1 None of these 5 3 6 1 None of these 5 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 tty ^c stty echoe stty echo ^a stty intr ^c tty ^c stty echoe stty echo ^a stty intr ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? sh sort -r st None of these sort sh sort -r st None of these sort ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to summarize the disk usage? fdisk disk None of these du chkdsk fdisk disk None of these du chkdsk ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files with confirmation prompt from the user file system which have neither been accessed nor modified i the last one year? find -mtime +365 | rm find -name - mtime + 365 / - ok rm grep (/usr/*) - mtime + 365 | -ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm find -name - mtime + 365 / - ok rm grep (/usr/*) - mtime + 365 | -ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; ANSWER DOWNLOAD EXAMIANS APP