搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

downloaded it - now need to exec something to install on Ubantu flavor linex - not real unix/linex competant?

  • 1 回覆
  • 1 有這個問題
  • 3 次檢視
  • 最近回覆由 cor-el

more options

I need to know the command I use to run whatever the executable file is

Thank you

I need to know the command I use to run whatever the executable file is Thank you

所有回覆 (1)

more options

If you want to run a program or script then you first need to make sure that the execute flag is set for that file (ls -l and chmod). Then you can use ./filename in a terminal window with the directory open where that file is located. If is is an archive then you first need to extract the files. A file manager like Krusader or Nautilus or Dolphin makes such changes easier.