Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-r note chmod go+r note chmod go-x note chmod go+rw note chmod go-r note chmod go+r note chmod go-x note chmod go+rw note ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with -c #NAME? None of these -r option -c #NAME? None of these -r option ANSWER DOWNLOAD EXAMIANS APP
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: 555 744 755 555 744 755 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[a-z] cat emp[!0-9] cat emp[x-z] more [emp][!0-9] cat emp[a-z] cat emp[!0-9] cat emp[x-z] 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? chmod go+x, u-x note chmod g-x, uo+r note chmod u-x, go+r note chmod go+r, u+x note None of these chmod go+x, u-x note chmod g-x, uo+r note chmod u-x, go+r note chmod go+r, u+x note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd [p] cd p cd p* cd p* cd [p] cd p cd p* cd p* ANSWER DOWNLOAD EXAMIANS APP