No acum am instalt toate paketele
si am observat ca merge decat in usr/bin comenzile
restul e mort .. postez codul mai departe
Code:
bash-3.1$ pwd
/usr/bin
bash-3.1$ ./tar
./tar: You must specify one of the `-Acdtrux' options
Try `./tar --help' or `./tar --usage' for more information.
bash-3.1$ cd /
bash-3.1$ ./tar
bash: ./tar: No such file or directory
bash-3.1$ cd usr/bin
bash-3.1$ ./uptime
03:13:57 up 1:33, 0 users, load average: 0.00, 0.00, 0.00
bash-3.1$ cd /
bash-3.1$ uptime
bash: uptime: command not found
bash-3.1$
Asa si cu egg cand vreau sa dau wget merge dau tar dar cand intru cd egg acolo nu mai stie.. ca nu mai recunoaste comenzile
Are idee careva dc ?