Code: Alles auswählen
user@system:~$ cd /
user@system:/$ ls -l
ls: Öffnen von Verzeichnis '.' nicht möglich: Keine Berechtigung
user@system:/$ sudo su
[sudo] Passwort für user:
root@system:/> ls -l
insgesamt 73
lrwxrwxrwx 1 root root 7 Dez 23 13:58 bin -> usr/bin
drwxr-xr-x 4 root root 1024 Apr 30 21:15 boot
drwxr-xr-x 21 root root 3640 Mai 7 12:28 dev
drwxr-xr-x 145 root root 12288 Mai 7 12:42 etc
drwxr-xr-x 5 root root 4096 Mai 7 12:43 home
lrwxrwxrwx 1 root root 30 Feb 9 09:31 initrd.img -> boot/initrd.img-4.19.0-8-amd64
lrwxrwxrwx 1 root root 30 Dez 23 13:59 initrd.img.old -> boot/initrd.img-4.19.0-6-amd64
lrwxrwxrwx 1 root root 7 Dez 23 13:58 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Dez 23 13:58 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Dez 23 13:58 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Dez 23 13:58 libx32 -> usr/libx32
drwx------ 2 root root 16384 Dez 23 13:58 lost+found
drwxr-xr-x 4 root root 4096 Dez 24 16:19 media
drwxr-xr-x 5 root root 4096 Apr 25 14:49 mnt
drwxr-xr-x 6 root root 4096 Feb 11 12:19 opt
dr-xr-xr-x 281 root root 0 Mai 7 12:26 proc
drwx------ 10 root root 4096 Mai 7 12:44 root
drwxr-xr-x 35 root root 1060 Mai 7 12:28 run
lrwxrwxrwx 1 root root 8 Dez 23 13:58 sbin -> usr/sbin
drwxr-xr-x 2 root root 4096 Dez 23 13:58 srv
dr-xr-xr-x 13 root root 0 Mai 7 12:43 sys
drwxrwxrwt 21 root root 12288 Mai 7 12:33 tmp
drwxr-xr-x 14 root root 4096 Dez 23 14:16 usr
drwxr-xr-x 11 root root 4096 Dez 23 13:58 var
lrwxrwxrwx 1 root root 27 Feb 9 09:31 vmlinuz -> boot/vmlinuz-4.19.0-8-amd64
lrwxrwxrwx 1 root root 27 Dez 23 13:59 vmlinuz.old -> boot/vmlinuz-4.19.0-6-amd64
root@system:/> touch test
root@system:/> chmod 666 test
root@system:/> exit
user@system:/$ nano test
user@system:/$ cat test
das ist ein test
user@system:/$ ls -l
ls: Öffnen von Verzeichnis '.' nicht möglich: Keine Berechtigung
user@system:/$