Ubuntu how to give read permission only for owner -


i need give read permission owner of directory , sub directory.no other user can read files in directory.how in command line

chmod -r 700 directory_name recursively sets permissions yourself, leaving none others.


Comments