Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty intr ^c stty echoe tty ^c stty echo ^a stty intr ^c stty echoe tty ^c stty echo ^a ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? [Control - u] [Control-c] [Control -P] None of these [Control-d] [Control - u] [Control-c] [Control -P] None of these [Control-d] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? None of these chmod go+r, u+x note chmod go+x, u-x note chmod u-x, go+r note chmod g-x, uo+r note None of these chmod go+r, u+x note chmod go+x, u-x note chmod u-x, go+r note chmod g-x, uo+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? copy a:programs/wb b:misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells the name of the group owner of the file None of these who the owner of the file is All of these how large the file is and when the file was last modified. the name of the group owner of the file None of these who the owner of the file is All of these how large the file is and when the file was last modified. 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 both read and executable permissions. None of these write and executable permissions executable permission only both read and write permissions both read and executable permissions. None of these write and executable permissions executable permission only both read and write permissions ANSWER DOWNLOAD EXAMIANS APP