Saturday, November 15, 2014

How to fix permissions folder in Ubuntu

First, your username is needed.

1. Run in the terminal

    who am i

2. Then using the resulting username you type:

    sudo chown -R username:username /folder

No comments:

Post a Comment