Sairam Aagiru Asked: 2018-05-10 23:40:44 +0800 CST2018-05-10 23:40:44 +0800 CST 2018-05-10 23:40:44 +0800 CST How can I change the file ownership to root on ubuntu 14.04 [duplicate] 772 How can I change the file ownership to root on ubuntu 14.04 ownership 1 Answers Voted Kendzi 2018-05-10T23:56:26+08:002018-05-10T23:56:26+08:00 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.
Use the command:
chown
is tool for changing ownership. As root account is superuser type to change ownership to root you need to runchown
command as superuser withsudo
.