Habe hier gerade eine Datei, die existiert, aber dann auch wiederum nicht:
Code:
[yellow](0)[illu@stormbringer:~]$ ls -l the_file [/yellow]
-rwxr-xr-x 1 illu illu 147944 2005-02-03 21:34 the_file*
[yellow](0)[illu@stormbringer:~]$ file the_file[/yellow]
the_file: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped
[yellow](0)[illu@stormbringer:~]$ ldd the_file[/yellow]
/usr/bin/ldd: line 1: ./the_file: No such file or directory
[yellow](1)[illu@stormbringer:~]$ ./the_file[/yellow]
bash: ./the_file: No such file or directory
[yellow](127)[illu@stormbringer:~]$[/yellow]
?!