Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux change all folders to 755 and files to 644

find . -type d -print0 | xargs -0 chmod 755  
find . -type f -print0 | xargs -0 chmod 644
Comment

PREVIOUS NEXT
Code Example
Shell :: patch command 
Shell :: new branch contains old commit 
Shell :: metasploit rc 
Shell :: https://physionet.org/files/chf2db/1.0. 
Shell :: bash base62 
Shell :: vdi to ProxMox 
Shell :: hide folder staarted with dot on mac 
Shell :: Unable to install modules kint due to missing modules kint. 
Shell :: nmap problem binding to interface 
Shell :: mixtex 
Shell :: bash nano search 
Shell :: Cannot find plugin.xml for plugin @havesource 
Shell :: adding file system to a volume 
Shell :: albart for linux 
Shell :: kali linuz 
Shell :: decodificador h.264 necessario para reproduzir ubuntu 20 
Shell :: ais data integration sentinel SAR data github 
Shell :: in terminal execute previous command add sudo 
Shell :: adding linux subinterface to windows terminal 
Shell :: Clear showmount -a result 
Shell :: death stranding crack password 
Shell :: ssh welcome message ubuntu 
Shell :: how to kill your pc 
Shell :: after restarting linux mac address resets 
Shell :: <bits/types/__fpos_t.h no such file or directory 
Shell :: install node in linux from tar 
Shell :: ansible use host file flag 
Shell :: HPUX List Os Version 
Shell :: remove first 3 commits 
Shell :: pid os linux vs session oracle 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =