gerlos ha scrito il 24/08/2015 alle 13:19: > Hm. Ci faresti vedere i permessi di /bin/bash per esempio? Usa ls -l e > getfacl.
ubuntu@ubuntu:~$ ls -l /mnt/bin/bash -rwxr-xr-x 1 root root 941252 2014-09-25 20:46 /mnt/bin/bash ubuntu@ubuntu:~$ getfacl /mnt/bin/bash getfacl: Removing leading '/' from absolute path names # file: mnt/bin/bash # owner: root # group: root user::rwx group::r-x other::r-x > Che utente stai usando? Root o un utente normale tramite sudo? sto usando il cd live di xubuntu 11.10 (avevo quello sotto mano) e ho provato sia con sudo chroot /mnt che da utente root direttamente (loggandomi come root tramite sudo su -) ubuntu@ubuntu:~$ sudo chroot /mnt chroot: impossibile eseguire il comando "/bin/bash": Permesso negato ubuntu@ubuntu:~$ sudo su - root@ubuntu:~# chroot /mnt chroot: impossibile eseguire il comando "/bin/bash": Permesso negato Piviul

