Ich hab folgendes ausgeführt um ein Spiel zum starten zu bringen:
Und sobald ich jetzt irgendwas in die Konsole eintippe oder nur reingehe passiert das hier:
Was soll ich jetzt tun?
Greetinx Vamp898
Quelle: http://vamp898.va.funpic.de/vamp898/linux/phpBB/viewtopic.php?t=85&start=0&postdays=0&postorder=asc&highlight=
(www.linux-forum.de.gg)
Hi everyone,
I installed an updated version of Linux (Debian "Sarge") and now I get the following error when I attempt to start the program:
rlovison@SAL1000C:~$ dockingstation nocheck
dirname: too few arguments
Try `dirname --help' for more information.
I believe this is an old problem though I don't recall the solution. Does anyone know how to solve this?
Thanks,
Sylv
Oops. As usual, I ask a question before attempting to do research. I found an old post by Ratty that solved the problem. It is as follows:
"mv" /bin/ls /bin/ls-old
"touch" /bin/ls edit and enter the following:
#!/bin/sh
ls-old --time-style=locale $@
save it and: chmod a+x /bin/ls
Works like a charm.
If anyone has a better or more elegant solution, please let me know. I'll put the best solution up on my webpage.
Sylv
Und sobald ich jetzt irgendwas in die Konsole eintippe oder nur reingehe passiert das hier:
Code:
bash: /bin/ls: Datei oder Verzeichnis nicht gefunden
linux-5r43:~$ cd /home/Vamp898
linux-5r43:~$ dir
bash: /bin/ls: Datei oder Verzeichnis nicht gefunden
linux-5r43:~$
Was soll ich jetzt tun?
Greetinx Vamp898
Quelle: http://vamp898.va.funpic.de/vamp898/linux/phpBB/viewtopic.php?t=85&start=0&postdays=0&postorder=asc&highlight=
(www.linux-forum.de.gg)