Unix Which of the following commands is used to view your file 24 lines at a time? pg cat /p lp None of these pg cat /p lp None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to link the files? tar cp lk ln None of these tar cp lk ln None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? mail wall mesg write mail wall mesg write 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[a-z] cat emp[x-z] cat emp[!0-9] more [emp][!0-9] cat emp[a-z] cat emp[x-z] cat emp[!0-9] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to list contents of directories? ls lp dir tar ls lp dir tar 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 -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm None of these find -mtime +365 | rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm None of these find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP