Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

failed to open stream: No space left on device linode

#if you have enough disk space(df -h) and inode space (df -i), the
#folder with lots of files, "cache" folder in this example, may be 
#messed up and will likely be fixed with:
mkdir cache_new   
chmod ugo+rwX cache_new 
mv cache cache_old  
mv cache_new cache  
rsync -av cache_old cache
Comment

PREVIOUS NEXT
Code Example
Shell :: ascii to binary in bash 
Shell :: how to login as root user in kubernetes pod 
Shell :: mongodb install windows 
Shell :: powershell command shutdown computer 
Shell :: bash regex match space 
Shell :: delete remote git branches matching pattern 
Shell :: remove multiple files powershell 
Shell :: sed replace 
Shell :: bash check if string does not exist in file 
Shell :: cli50 docs 
Shell :: log the output of the terminal 
Shell :: delete line in sed 
Shell :: how to clear terminal in linux 
Shell :: docker tag image 
Shell :: git prune local branches 
Shell :: shell save variable 
Shell :: shutdown command linux 
Shell :: wsl localhost not working 
Shell :: download file on linus ssh 
Shell :: number all files in a folder 
Shell :: btop++ on ubuntu 
Shell :: set an editor for git 
Shell :: ubuntu useradd 
Shell :: git force overwrite of local files 
Shell :: jinja escape 
Shell :: scp copy directories 
Shell :: git recurse submodules 
Shell :: EDIT WSL2 terminal user% 
Shell :: pwd in command prompt 
Shell :: increase swap size ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =