Unix Which command is used to print a file? pg prn print lp pg prn print lp ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? password profile All the these Shadow password profile All the these Shadow ANSWER DOWNLOAD EXAMIANS APP
Unix While working with mail command, which command is used to save mail in a separate file? w r s d w r s d ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? touch wc cat grep touch wc cat grep ANSWER DOWNLOAD EXAMIANS APP
Unix The UNIX file system stores a date in physical blocks of None of these 256 bytes 2048 bytes 1024 bytes 512 bytes None of these 256 bytes 2048 bytes 1024 bytes 512 bytes 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 /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find -mtime +365 | rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP