Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 744 555 755 744 555 755 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is invalid filename? TRY trial my .file None of these TRY trial my .file None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells who the owner of the file is the name of the group owner of the file None of these All of these how large the file is and when the file was last modified. who the owner of the file is the name of the group owner of the file None of these All of these how large the file is and when the file was last modified. ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? sort None of these sort -r sh st sort None of these sort -r sh st 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 symbol is used to separate more than one command in the same command line? : ; $ # : ; $ # ANSWER DOWNLOAD EXAMIANS APP