Moc linuxu si tam stejne nevyzkousite...
[root@fedora /]# lsmod
-bash: lsmod: command not found
[root@fedora /]# lspci
-bash: lspci: command not found
[root@fedora /]# ps axuf
-bash: ps: command not found
[root@fedora /]# top
-bash: top: command not found
[root@fedora /]# ip a
-bash: ip: command not found
Přesně tak. Taky jsem zkoušel:
root@ubuntu:/# ifconfig
-bash: ifconfig: command not found
root@ubuntu:/# man bash
-bash: man: command not found
root@ubuntu:/# /sbin/ifconfig
-bash: /sbin/ifconfig: No such file or directory
root@ubuntu:/# /usr/sbin/ifconfig
-bash: /usr/sbin/ifconfig: No such file or directory
root@ubuntu:/# ping www.google.com
-bash: ping: command not found
root@ubuntu:/# telnet www.google.com 80
-bash: telnet: command not found
Nicméně vi, gcc a g++ tam jsou.