0

I am trying to install a Magento 2 in Linux Mint 19. I am facing issue in file permission.

enter image description here


enter image description here

abu abu
  • 744
  • 3
  • 15
  • 38

1 Answers1

1

The issue is with permission with var and generation folder.

Use the below command

chmod -R 777 var generated

Then run your setup:upgrade command.