Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change ownership of a file linux to user

chown USER FILE
Comment

change ownership linux

<!-- 
This is to change permissions for a directory in linux : 
755 is better but for local operations you shoul be ok using 777
the -R is to apply to all containing folders. It stands for recursive.
-->
<!-- 755 is safer -->
chmod 755 -R folder-Name

<!-- 777 is mighty and powerful ;) -->
chmod 777 -R folder-Name
Comment

PREVIOUS NEXT
Code Example
Shell :: pause in bash 
Shell :: install oh my zsh 
Shell :: git ~ vs ^ 
Shell :: setup git in ubuntu 
Shell :: command for moving files in linux 
Shell :: how to unstage changes in git 
Shell :: delay bash 
Shell :: double quotes inside double quotes bash 
Shell :: docker logs last few lines 
Shell :: how to restart raspberrypi via ssh 
Shell :: bash remove trailing slash 
Shell :: get all branches from remote 
Shell :: kali find devices on network 
Shell :: install docker wsl 
Shell :: how to undo a git stash 
Shell :: yarn add install all packages in package,json 
Shell :: install vscode linux 
Shell :: how to stop cron job 
Shell :: git difftool meld 
Shell :: pesquisar commit git 
Shell :: install plasma kde manjaro 
Shell :: install sail into existing laravel 8 project 
Shell :: how to find a file in linux terminal 
Shell :: add current directory to path 
Shell :: kill all process 
Shell :: wsl home folder location 
Shell :: open pdf command line linux 
Shell :: git ignore all files within a directory 
Shell :: how to install anything on kali linux 
Shell :: how to uninstall a package installed using homebrew 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =