How can I add new folder in linux? I checked the permission but the Owner is mentioned as "root" and I can't change it. Don't know what to do and how?
I tried to get the authorization using terminal by installing "gksu" through these commands:
$ sudo apt install gksu
$ gksu nautilus
also tried this:
$ sudo su
$ chmod 777 ./plugins
nothing worked out. no output Please tell me what to do if someone have idea