Manual installation of a single (bin) file: Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
 
* Login to your Dreambox via [[Telnet]]
 
* Login to your Dreambox via [[Telnet]]
 
* Change permission via chmod
 
* Change permission via chmod
 
+
<syntaxhighlight>
chmod 755 /usr/bin/mc
+
chmod 755 /usr/bin/mc
 
+
</syntaxhighlight>
 
This examples shows how the program'''"mc"''' in '''"/usr/bin"''' gets the correct executable permissions.
 
This examples shows how the program'''"mc"''' in '''"/usr/bin"''' gets the correct executable permissions.
  
 
[[Kategorie:Instructions (en)]]
 
[[Kategorie:Instructions (en)]]

Version vom 22. September 2013, 11:57 Uhr

Deutsch.png - auf Deutsch English.png - in English

To manually install/upgrade a file on the Dreambox you need to copy the file in question via FTP (etc..) to your Dreambox (note that programs are normally stored under /usr/bin). After copying you need to make sure that the file has the correct permissions:

  • Login to your Dreambox via Telnet
  • Change permission via chmod
chmod 755 /usr/bin/mc

This examples shows how the program"mc" in "/usr/bin" gets the correct executable permissions.