Unix The agency that sits between the user and the UNIX system is called the erxc shell profile logic erxc shell profile logic ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? cat None of these grep tee more cat None of these grep tee more ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 761 note chmod 671 note chmod 167 note chmod 4=rwx, g=rw note chmod 761 note chmod 671 note chmod 167 note chmod 4=rwx, g=rw note 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 grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm None of these grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells the name of the group owner of the file who the owner of the file is All of these None of these how large the file is and when the file was last modified. the name of the group owner of the file who the owner of the file is All of these None of these how large the file is and when the file was last modified. ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? kill 1 cancel all None of these cancel 1 kill 0 kill 1 cancel all None of these cancel 1 kill 0 ANSWER DOWNLOAD EXAMIANS APP