Unix The command chmod 761 note is equivalent to chmo a =761 note chmod 4=7, g=6,0 =1 note chmod u=rwx, g=rw, o=x note chmod 167 note None of these chmo a =761 note chmod 4=7, g=6,0 =1 note chmod u=rwx, g=rw, o=x note chmod 167 note None of these 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 None of these chmod go+r, u+x note chmod u-x, go+r note chmod go+x, u-x note chmod g-x, uo+r note None of these chmod go+r, u+x note chmod u-x, go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the device name of the terminal you are using? ls who tty None of these stty ls who tty None of these stty 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 None of these executable permission only write and executable permissions both read and write permissions both read and executable permissions. None of these executable permission only write and executable permissions both read and write permissions both read and executable permissions. 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 command will be used with vi editor to insert text to left of cursor? a S s i a S s i ANSWER DOWNLOAD EXAMIANS APP