hi,
kann mir einer sagen warum der Befehl "chmod 777 *" nicht funktioniert? ich meine funktionieren tuts schon, aber es tut sich nichts.
linux:/mnt/uni/sysprog/andereuser/myextract # ls -l
insgesamt 28
drwxr-xr-x 2 root root 4096 2004-11-16 16:18 .
drwxr-xr-x 7 root root 4096 2004-11-16 16:18 ..
-rwxr-xr-x 1 root root 382 2002-11-09 20:25 makefile
-rwxr-xr-x 1 root root 9293 2002-11-08 01:55 myextract.c
-rwxr-xr-x 1 root root 1287 2002-11-08 01:56 myextract.h
linux:/mnt/uni/sysprog/andereuser/myextract # chmod 777 *
linux:/mnt/uni/sysprog/andereuser/myextract # ls -l
insgesamt 28
drwxr-xr-x 2 root root 4096 2004-11-16 16:18 .
drwxr-xr-x 7 root root 4096 2004-11-16 16:18 ..
-rwxr-xr-x 1 root root 382 2002-11-09 20:25 makefile
-rwxr-xr-x 1 root root 9293 2002-11-08 01:55 myextract.c
-rwxr-xr-x 1 root root 1287 2002-11-08 01:56 myextract.h
linux:/mnt/uni/sysprog/andereuser/myextract #