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.
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
Post a Comment