abdelhadi-h
3/24/2018 - 4:20 PM

Linux Commands

#Grant root access to directories/files
 sudo chown your_username -R your_folder_name
 
 # Find file
 find . -name "wp-vcd.php"