Unix Which operator will be used with chmod command to assign absolute permission? None of these + % = - None of these + % = - ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? : $ # ; : $ # ; 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 671 note chmod 4=rwx, g=rw note chmod 167 note chmod 761 note chmod 671 note chmod 4=rwx, g=rw note chmod 167 note chmod 761 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc newfile wc infile - newfile wc infile | newfile wc infile >newfile wc newfile wc infile - newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? copy wb collect mon /misc None of these cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc copy wb collect mon /misc None of these cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? -R None of these #NAME? -1 -R None of these #NAME? -1 ANSWER DOWNLOAD EXAMIANS APP