How can I get write permissions on ATOM?

0

How can I give permission to ATOM execution so I can create folders?

    
asked by Eduardo 10.01.2018 в 19:55
source

1 answer

1

You stop in the directory where you want to write and execute the command with root:

  

chmod 755.

That gives permissions to the user, to the group and to the rest, of reading and execution. If you want to write in another folder you will have to do the same.

    
answered by 10.01.2018 / 20:14
source