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 echo ^a stty echoe tty ^c stty intr ^c stty echo ^a stty echoe tty ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? password Shadow profile All the these password Shadow profile All the these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? more [emp][!0-9] cat emp[!0-9] cat emp[a-z] cat emp[x-z] more [emp][!0-9] cat emp[!0-9] cat emp[a-z] cat emp[x-z] 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 programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to go to home directory? None of these cd cd.. cd/ cd HOME. None of these cd cd.. cd/ cd HOME. 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 write permissions None of these both read and executable permissions. executable permission only write and executable permissions both read and write permissions None of these both read and executable permissions. executable permission only write and executable permissions ANSWER DOWNLOAD EXAMIANS APP