File: /home/yvigantdvn/.bash_history
cd /home/yvigantdvn/be.apknet.store
find -type f | xargs chmod 644 ; find -type d | xargs chmod 755 ; chmod 750 . -c
find ./ -type f -not -perm 644 -not -name ".ftpquota" -exec chmod 644 -c {} \;; find ./ -type d -not -perm 755 -not -group nobody -exec chmod 755 -c {} \;
find ./ -type f -not -perm 644 -not -name ".ftpquota" -exec chmod 644 -c {} \;; find ./ -type d -not -perm 755 -not -group nobody -exec chmod 775 -c {} \;
find -type f | xargs chmod 644 ; find -type d | xargs chmod 775 ; chmod 750 . -c
find -type f | xargs chmod 644 ; find -type d | xargs chmod 755 ; chmod 775 . -c
find ./ -type f -not -perm 644 -not -name ".ftpquota" -exec chmod 644 -c {} \;; find ./ -type d -not -perm 755 -not -group nobody -exec chmod 775 -c {} \;
cd /home/yvigantdvn
find -type f | xargs chmod 644 ; find -type d | xargs chmod 775 ; chmod 750 . -c
sudo su