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

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
K (Textersetzung - „Enigma1“ durch „Enigma“)
Zeile 1: Zeile 1:
[[Kategorie:Index]]
 
[[Kategorie:Basis knowledge]]
 
[[Kategorie:Enigma]]
 
[[Kategorie:Enigma2]]
 
[[Kategorie:FAQ und Anleitungen]]
 
 
<div style="background-color: #eeeeee; padding: .4em; border-bottom:0px solid #cccccc;">[[Bild:Artikel_Hinweis.png|right|22px|Information]] '''How-to install a program'''</div>
 
<div style="background-color: #eeeeee; padding: .4em; border-bottom:0px solid #cccccc;">[[Bild:Artikel_Hinweis.png|right|22px|Information]] '''How-to install a program'''</div>
  
Zeile 15: Zeile 10:
  
 
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]]

Version vom 8. September 2013, 11:06 Uhr

Information
How-to install a program


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.