Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 1 réponse
  • 1 a ce problème
  • 2 vues
  • Dernière réponse par 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

Toutes les réponses (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.