-1

In my Linux machine i have html folder and projects are inside this folder.Now i can't edit my projects its locked like

enter image description here

now i can't directly edit or delete pages.i wan to login as root .so it's very difficult for code changes.totally stuck and i did

sudo chown shanu /var/www/html

how can i unset this permissions?please help me

Ezra
  • 247
  • 1
  • 13

1 Answers1

0

Give permission to html folder 777 like

sudo chmod -R 777 /var/www/html

Madhusudan
  • 401
  • 3
  • 12