cd CRAFT_keras
error detected :
rm: cannot remove ‘CRAFT_keras’: permissions are not sufficient
single file adds user access to the file read and write permission :
sudo chmod a+x CRAFT_keras
sudo chmod a+r CRAFT_keras
Add user access to all files under the
folder :
sudo chmod -R a+r CRAFT_keras/
sudo chmod -R a+x CRAFT_keras/
added after the discovery of the file on the cross disappeared, the file can be accessed.
sudo
if you find that you cannot create a new folder under the folder, it means that the permission of the folder does not belong to the current user, check the file property :
sudo su
gedit /etc/sudoers
at the end of the file :
# User privilege specification
root ALL=(ALL:ALL) ALL
# 添加之处
yuxiu ALL=(ALL:ALL) ALL
modify this file for the current user permissions :
sudo chown yuxiu:yuxiu CRAFT_keras/ -R
and then the file permissions :
has been modified!
p>
p>
Read More:
- Beeline connection hive2 reports an error permission denied
- The solution to the error of / etc / sudoers: syntax error in sudoer file under mac
- How to Fix Failed to add the host to the list of known hosts
- Error code 2: Access violation error.
- Method of modifying file and folder permission by Chmod command in Linux
- Two kinds of errors caused by root / lack of execution permission x
- How to Fix ”is not in the sudoers file“ in Linux
- Invalid archiveerror reported by CONDA
- Failed to create VirtualBox client com
- Sudo: parse error in / etc / sudoers near line 24
- CONDA error notwritableerror: the current user does not have write permissions
- Xftp transfer file error
- [Linux] solution: SCP different server copy file prompt permission denied, please try again
- “Permission denied” error in Oracle10g installation
- NPM ERR! Error: EACCES: permission denied, access ‘/usr/local/lib/node_modules’
- error: cannot open .git/FETCH_ Head: permission denied resolved
- Solutions to the problem of using sudo caused by Ubuntu’s wrong modification of sudoers
- Linux configuration SFTP server
- HDFS Java API operation error (user permission)
- Solution to permission denied