how to find git file on linux code example
Example 1: how to change permissions on a file in linux
sudo chmod -R ugo+rwx /file/path
Example 2: how to delete files in linux
rm <file> .. rm -r <file> .. r stands for recursive
sudo chmod -R ugo+rwx /file/path
rm <file> .. rm -r <file> .. r stands for recursive