6

How can I change the file ownership to root on ubuntu 14.04

1 Answers1

7

Use the command:

sudo chown root file.name

chown is tool for changing ownership. As root account is superuser type to change ownership to root you need to run chown command as superuser with sudo.

Melebius
  • 11,750
Kendzi
  • 123