[quote=“BelZéButh”]Salut,
[quote=“Ludovic_”]oot@debian:/# ls -la /home
total 16
drwxrwxrwx 4 root root 4096 mars 20 20:52 .
drw------- 23 root root 4096 mars 20 19:31 …
drwxrwxrwx 2 kenel kenel 4096 mars 20 20:52 kenel
drwxrwxrwx 2 ludovic root 4096 mars 20 19:39 ludovic
root@debian:/#[/quote]
Par contre l’utilisateur [mono]kenel[/mono] ne doit pas rencontré de souci, lui.
Tu as joué avec les droits Unix.
On corrige, depuis le compte [mono]root[/mono].
[code]# chmod -R 755 /home/ludovic
chown -R ludovic:ludovic /home/ludovic[/code]
Tu devrait en faire de même pour [mono]kenel[/mono].
À consulté.
[mono]$ man chmod
$ man chown[/mono][/quote]
Merci pour ton aide mais je rencontre toujours le même problème
Voici la correction
drwxrwxrwx 4 root root 4096 mars 20 20:52 .
drw------- 23 root root 4096 mars 20 19:31 ..
drwxrwxr-x 2 kenel kenel 4096 mars 20 20:52 kenel
drwxr-xr-x 2 ludovic ludovic 4096 mars 20 19:39 ludovic
root@debian:~#

[code]Linux debian 3.2.0-4-686-pae #1 SMP Debian 3.2.65-1+deb7u2 i686
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Impossible d’aller dans le répertoire « /home/ludovic »
root@debian:~#[/code]