Unix Which command will be used with vi editor to append text at end of line? i a None of these A I i a None of these A I 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 The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has None of these executable permission only write and executable permissions both read and write permissions both read and executable permissions. None of these executable permission only write and executable permissions both read and write permissions both read and executable permissions. ANSWER DOWNLOAD EXAMIANS APP
Unix The seventh field of /etc/password is home password shell login None of these home password shell login None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? // / ?? ? // / ?? ? ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .mbox .exrc lastlogin None of these .profile .mbox .exrc lastlogin None of these .profile ANSWER DOWNLOAD EXAMIANS APP