Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? pat^ pat$ $pat ^pat pat^ pat$ $pat ^pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with disk free command to include the total amount of disk space in the file system? -4 #NAME? None of these #NAME? #NAME? -4 #NAME? None of these #NAME? #NAME? 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? grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of following commands is used for an automatic reminder service? mesg mail None of these calendar write mesg mail None of these calendar write ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? copy wb collect mon /misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc None of these copy wb collect mon /misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? password profile Shadow All the these password profile Shadow All the these ANSWER DOWNLOAD EXAMIANS APP