Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux give full permission to directory

# Change permissions for the root file/dir only
chmod 777 path/to/directory/
# Or
chmod 777 path/to/file
# Change permission for root dir and all files/dirs within
chmod -R 777 path/to/directory/
Comment

how to give permission to a user in linux on a folder

sudo chmod u+w myfolder
Comment

how to give full permission to another user linux

give full permssion to ext hard
sudo chown username: /media/EXT1_MALATYA
Comment

PREVIOUS NEXT
Code Example
Shell :: find file linux 
Shell :: git remove tag from remote 
Shell :: helm docker generate doc 
Shell :: install express 
Shell :: get a loading spinner javascript react 
Shell :: cp all except one folder 
Shell :: How to solve bad signature... index file corrupt 
Shell :: how to start ngrok server 
Shell :: git checkout branch 
Shell :: pushing existing project to github 
Shell :: command for Installing the Python Requests Library using Pipenv 
Shell :: linux unpack zip 
Shell :: bash list all files in directory and subdirectories 
Shell :: bash add help argument 
Shell :: ssh upload file to server 
Shell :: Docker - Container is not running 
Shell :: current git id 
Shell :: apt get update upgrade linux 
Shell :: push git repo to github 
Shell :: unprotected private key file 
Shell :: Delete untracked file or discard unstaged work 
Shell :: linux chmod permissions 
Shell :: take sudo access inside vim 
Shell :: run disk usage analyzer as root 
Shell :: open folder from terminal 
Shell :: netcat reverse shell 
Shell :: import single table from mysql dump 
Shell :: git ignore all files and folders in folder 
Shell :: set environment variable linux 
Shell :: top linux 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =