
vpmaciel
(usa Linux Mint)
Enviado em 06/04/2020 - 01:28h
Tentei a dica acima, mas não deu certo.
-----------------------------------------------------------------------------------------------------------------
root@paulo-pc:/media/paulo# find /home/$USER/.* -type f -exec chmod 644 '{}' \;
find: ‘/home/root/.*’: Arquivo ou diretório não encontrado
root@paulo-pc:/media/paulo# find /home/$USER/.* -type d -exec chmod 755 '{}' \;
find: ‘/home/root/.*’: Arquivo ou diretório não encontrado
root@paulo-pc:/media/paulo# find /home/$USER/* -type d -exec chmod 755 '{}' \;
find: ‘/home/root/*’: Arquivo ou diretório não encontrado
root@paulo-pc:/media/paulo#