Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

web server not running due to lack of necessary permissions in linux 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 :: bash expect not working in crontab 
Shell :: rubocop ruby says autocorrectable 
Shell :: termbin 
Shell :: webtorrent cli how to take Quality output 
Shell :: 18 in 2-digit system 
Shell :: how to disable big sur apache 
Shell :: command line audio splitting 
Shell :: pip install notifiy 
Shell :: ubuntu server configure cordova android 
Shell :: how to delete a directory for a different user in linux 
Shell :: how to install pakages using ancaonda prompt 
Shell :: autopsy linux can not connect 
Shell :: Installs pip3, git, git-lfs, curl, wget 
Shell :: yes/no 
Shell :: assign flutter path ios z shell 
Shell :: how to check if cyberduck is installed 
Shell :: turn off history bash mac 
Shell :: linux restrict process network access 
Shell :: create a screen screen session tmux 
Shell :: git undo only a chunk 
Shell :: check for webhint version 
Shell :: install glibc 2.14 redhat 6 
Shell :: join 2 files linux 
Shell :: powershell tab (bash style) 
Shell :: how to check cpu temperature ubuntu 20.04 
Shell :: how to set path variable in linux temporarily? 
Shell :: Online Git repository commands 
Shell :: pylint install pi 
Shell :: tke cli 
Shell :: install dotnet 5 on pi os 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =