Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add user to a folder in ubuntu nginx

sudo chown -R USER /var/www/html/
sudo find /var/www/html -type d -exec chmod u+rwx {} +
sudo find /var/www/html -type f -exec chmod u+rw {} +
Comment

PREVIOUS NEXT
Code Example
Shell :: grep string in file 
Shell :: supprimer fichier selon nom linux 
Shell :: install docpars 
Shell :: minecraft launcher installations gone 
Shell :: install goaccess 
Shell :: eval "$(pyenv init -)" not working 
Shell :: ocamlfind cannot find package 
Shell :: nodejs new version error overwrite old 
Shell :: nativescript/theme with nativescript 8 
Shell :: dos assign carriage return to variable 
Shell :: Install Geforce Now on Ubuntu 
Shell :: git view old version 
Shell :: Update local clone and rename branch 
Shell :: como descargar flask en ubuntu 21.04 
Shell :: December festivities 
Shell :: bash rest of arguments 
Shell :: no network in cent os 
Shell :: ros 20.04 
Shell :: butler push userversion 
Shell :: how to upload a file to github with 777 permissions from UI 
Shell :: what if i dont want gui in ubuntu 20.04 
Shell :: what to do if linux is not responding 
Shell :: composer install repo from tar 
Shell :: error: Unknown subcommand: remote 
Shell :: Git merge submodule into parent tree and preserving commit history 
Shell :: Activestate windows install 
Shell :: bash shell scripting cheat sheet 
Shell :: set upstream git 
Shell :: shell script crud 
Shell :: azure devops checkout pr 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =