How to solve the problem of insufficient permissions during centos replication

Release: 2020-03-30 14:58:45
Original
6396 people have browsed it

How to solve the problem of insufficient permissions during centos replication

Solution to insufficient permissions when copying centos:

Recommended tutorial: centos tutorial

1. Execute with root account The chmod command modifies file permissions:

chmod -R 777 dirPath
Copy after login

The parameter -R indicates recursion. The permissions of dirPath and all folders and files within it are changed.

2. Use a file manager with administrator rights to copy

First, ctrl alt t opens a terminal.

Then run the command sudo nautilus.

You can open a file manager with administrator rights.

Then you can copy files without switching to the administrator.

Recommended related video tutorials: linux video tutorial

The above is the detailed content of How to solve the problem of insufficient permissions during centos replication. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!