Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux give permission to folder

sudo chmod -R a+rwx /path/to/folder
Comment

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 full permission to another user linux

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

PREVIOUS NEXT
Code Example
Shell :: extract numners from string linux 
Shell :: code server install 
Shell :: ubuntu download yasm 
Shell :: delete file older linux find 
Shell :: how to install comtypes 
Shell :: delete local branches not on remote 
Shell :: [ErrorException] file_put_contents(./composer.json): failed to open stream: Permission denie d 
Shell :: setup aws cli ubuntu 
Shell :: how to install open media vault on raspberry pi 
Shell :: cmd code for downloading git in windows 
Shell :: how to install rhythmbox music player on ubuntu 
Shell :: fly destroy pipeline 
Shell :: rerun supervisor 
Shell :: ubuntu trash folder 
Shell :: adb devices offline 
Shell :: powershell get folder size 
Shell :: copy ssh-keygen, copy ssh key, copy ssh public key, copy ssh key 
Shell :: count files linux 
Shell :: git ignore remove 
Shell :: check if virtualbox is installed ubuntu 
Shell :: clear cache manjaro 
Shell :: pip install import export django 
Shell :: drush pm-list of enabled modules 
Shell :: clear entrie git cache 
Shell :: check if mongodb is running mac 
Shell :: bash clock script 
Shell :: sudoers nopasswd 
Shell :: pycharm ubuntu download 
Shell :: show date linux 
Shell :: keyboard abnt2 arch linux 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =