Salut
Il y a quelque chose de pas clair dans ton post. Si tu vois les dossiers torrents et watch, c'est que tu es en /home/user et pas à la racine.
root@ksxxx:~# cat /etc/debian_version
8.3
root@ksxxx:/home/exrat# ls
torrents watch
Quand tu te connectes (directement en root si t'as autorisé la chose), tu arrives en /root :
root@ksxxx:~# ls
root@ksxxx:~# "quedalle"
Pour aller à la racine, il faut remonter d'un niveau :
root@ksxxx:~# cd ..
root@ksxxx:/# ls
bin dev home lib64 media opt root sbin sys usr
boot etc lib lost+found mnt proc run srv tmp var
ou directement :
root@ksxxx:~# cd /
root@ksxxx:/# ls
bin dev home lib64 media opt root sbin sys usr
boot etc lib lost+found mnt proc run srv tmp var
Ex.