Unix Which command is used to print a file? prn lp print pg prn lp print pg ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with touch command to change the access time? -r option None of these #NAME? pid -r option None of these #NAME? pid ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? * None of these [!ijk] [ijk] ? * None of these [!ijk] [ijk] ? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? rmdir dldir rd rdir rmdir dldir rd rdir 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? None of these find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm None of these find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm 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[x-z] cat emp[a-z] more [emp][!0-9] cat emp[!0-9] cat emp[x-z] cat emp[a-z] more [emp][!0-9] cat emp[!0-9] ANSWER DOWNLOAD EXAMIANS APP