OpenSUSE :: Executable File In Bin Folder?

Jan 4, 2011

In linux if we put the executable file in bin folder, we can run this file with out specifying its path. Could anyone please tell the similar option in Windows OS.

View 5 Replies


ADVERTISEMENT

Ubuntu :: Cannot Open An Executable File Because Of Executable Bit?

Jun 20, 2010

I am running into a snag on .exe files in Lucid. I have Wine installed, but I can not open the file as it is blocked from executing with a window popping up telling me that this file was blocked due to security reasons. I go into the files properties and try to change the permission but that does not help. Is there a way to get around this? Possibly in the terminal as root?

View 3 Replies View Related

General :: Why A Folder Must Be Executable

Jul 28, 2010

Permission for files:

chmod 664 myFile // rw-rw-r--

And for folders:

chmod 774 myFolder // rwxrwxr--

If I only use the "read and write" permission, the folders won't show its contents, why ?

View 6 Replies View Related

Red Hat / Fedora :: Executable Files Not Running From Home Folder

Mar 17, 2011

I cannot run executable files from my home folder. I just double click it and it doesn't do anything.

View 1 Replies View Related

OpenSUSE :: Dolphin: Unable To Add The Permission "Is Executable" To The File: Eclipse

Jul 24, 2011

I'm trying to get Eclipse IDE running on my openSUSE 11.4 (KDE).

I have downloaded Eclipse Classic from Eclipse Classic 3.7 | Eclipse Packages. I started Dolphin and extracted the tar.gz file to a directory called eclipse. Now, as I understand, to run Eclipse, I must run the executable eclipse. But when I double-click eclipse, I get an error saying, "There is no application installed that can open files of the type executable (application/x-executable)."

Note 1: I have uploaded 3 screenshots as an album at Imgur: Eclipse with image titles and captions.

According to the screenshot #1, the file eclipse has a permission set of -rw-------. The execute permission is missing on this file. So, here's what I did: (screenshot #2) Right-clicked and selected Properties and under the Permissions tab, checked the Is executable checkbox and clicked OK. But still (screenshot #3), the permission set remains the same.

Note 2: The parent directory permissions are visible in the Terminal window below in all the screenshots.

What should I do to make eclipse executable?

View 11 Replies View Related

Ubuntu :: Install The Download File Which Is A Windows Xp Dos Executable File Of 8mbs

Sep 19, 2010

I have NDISWRAPPER installed on my laptop, but when I try to install the download file which is a Windows Xp dos executable file of 8mbs I have tried every thing but without success I can see my Iomega 250 Zip drive when I go into system>administration>disk utilities and acess properties but cannot make it run,

Dell inspiron 6400
OS: Ubuntu 10.04LTS
Ram:2gb
HDD: 250gb
Tony044

View 1 Replies View Related

Programming :: Convert An Arbitrary Binary File Into A Executable File?

Feb 18, 2010

In a project I'm working on with a few other people, I got the task of writing an assembler. The last thing I do is convert the commands into a binary representation, and jam it into a file. Now one of my teammates said he'd like to be able to "reference" the code within another program. He said he'd be able to do this if the file I output is a Linux object file. I'm thinking it'd also work as an executable. Anyway, he said he'd like to be able to grab the file and reference the binary by address. I'm still fuzzy on this, and if you're confused with what I said here, please tell me so I can ask him for better details.Anyway, I'm aware that gcc can compile files to ".o", but that's only for C/C++, and my file is just binary. I'm also aware of "ld", but I haven't seen any use of it to help me. I'm happy to hear suggestions as to what I can do. If anything, I think I'll implement a few functions to grab the bits and hand them to him in an array or something.

View 8 Replies View Related

General :: Executable File Contains The Precise Path To SO File?

Aug 13, 2010

Does executable file contains the precise path to SO file? Should it be compiled with precise knowing of SO file location?

View 8 Replies View Related

OpenSUSE :: Assign A Password To A File Or A Folder?

Sep 2, 2010

I know there are permissions one can assign to certain files and folders, but this won't come in handy if you need quick access to a file -and as User I often do- and don't want to slow down getting root permissions. You know, just open-close-move on. Is there a way, as user, to assign a password to a file or a folder? It would make the job a lot easier and more efficient.

View 9 Replies View Related

OpenSUSE :: Restoring A Replaced Folder Or File?

Aug 27, 2011

I turned my laptop in for repairs. I used someone else's USB drive to hold my pictures etc from that computer. I may have replaced the "pictures" folder tat was already on there, but I'm not sure if it was there in the first place. (Doesn't remember the "Are you sure you want to replace..." warning <.< >.>) I enabled hidden files, and there was a folder called .Trashes, instead of what you'd normally get. I copied my pictures onto my desktop, and then cleared the ones on the USB drive (left the folder). There was a folder named .000Trash-, or whatever it usually is. Only my pictures are in there. I'm confused, and don't tell me the pictures that were originally on the USB are gone forever.There's a tool for Windows, called Glary's Uilities that can get them back, supposedly. Not running windows, though

View 4 Replies View Related

OpenSUSE Install :: Change Folder / File Permissions?

Jul 28, 2011

I've migrated to Suse from Mandriva. I installed all my backup folders/files to my "home" folder but they have come up locked. I remember in Mandriva to change the permissions I pressed Alt F2 and then entered a command. How do I do it in Suse?

View 8 Replies View Related

Ubuntu :: Run Starcraft 2 From The Installation Folder - Error "doesn't Have Permission To Run As An Executable"

Jul 23, 2011

I'm trying to run Starcraft 2 from the installation folder I kept from my previous windows install, and when I double-click the .exe I get an error that says it doesn't have permission to run as an executable. So I checked out the properties page, permissions tab, and for some ungodly reason none of the changes I make stick. The second I click the check box for "Run as an exectuable" it unchecks. I have no idea what to do and I've scoured the net looking for an answer. I'd prefer to avoid redownloading it (didn't buy the retail version) but it's looking like my only option at this point.

View 1 Replies View Related

General :: Fatal: Bad Magic Number In Executable `prime' (not An Executable?)

Sep 3, 2010

I am trying to run Wattch simulator in linux.But it is giving the error below. what is this error and what do I do about it?

fatal: bad magic number in executable `prime' (not an executable?)

View 1 Replies View Related

OpenSUSE :: Konqurer And File Manager On Video Folder Keeps Crashing?

Dec 4, 2010

I was installing some stuff and now after the install. The look of my kde is now totally changed and konquerer won't load and vlc also changed but its working.
File manager (dolphin) keeps crashing if I try to open the video folder. how to revert back to the old KDE or at least make things right.

View 8 Replies View Related

Ubuntu :: How To Run Executable File

Apr 13, 2010

I am fairly new to Linux systems but I have a code that I just compiled and it produced an executable file that I need to run but I have no idea how to run that file. Is there a certain command to type to do it?

View 3 Replies View Related

General :: How To Use A Executable File

Oct 21, 2009

some of the programs that i downloaded are launched with a linux executible file and i don't know how to make it work, how do i execute it double clicking doesn't help it just asks me which program i would like toopen the file with

View 5 Replies View Related

OpenSUSE Network :: Flash In Mozilla - Cannot Find The File That The Plugin Folder Is In

May 20, 2011

I am trying ti instal adobe flash but I cannot find the file that the plugin folder is in. I am running open suse 11.4. Mozilla firefox beta 12. =

View 9 Replies View Related

Ubuntu :: Making A File Executable?

Sep 11, 2010

i installed "littler" from Synaptic. it's a front end for R, for those curious. it's not in my start menu. i searched for the app and don't know where it is. assuming i can find it, how do i set things up so that i can run it from a listing in the start menu? sorry to be so basic, but i mean from locating this app to getting it to start to making it available in the start menu, how would i do this

View 1 Replies View Related

Ubuntu :: How To Make A File Executable

Jan 23, 2011

I use wine to execute my games. Now it says all the exes are unexecutable.I'm not very use to ubuntu

View 9 Replies View Related

Ubuntu :: Cannot Make The File Executable?

Mar 22, 2011

It so happens that some files that I am trying to make executable by chmod +x <filename> or otherwise are not becoming executables, rather the tick mark on the option is removed the very instant I put it on . Is there any thread of virus or any other reason for this.

View 5 Replies View Related

Ubuntu :: Cant Make A File Executable?

Jun 16, 2011

I downloaded eclipse from the eclipse site..i had to make the main eclipse file executable..but i cant do that..when i click on "Allow executing file as program"..the tick disappears in a second..

View 9 Replies View Related

Applications :: OpenOffice.org - Where Is The Executable File

Jan 14, 2011

I have recently installed OpenOffice.org and I can't find any executable file that actually starts up OpenOffice.

What is the equivalent to the old "soffice" executable which previously would start up OpenOffice?

I installed by executing the "setup" program after extracting the archive, I selected pretty much all of the items to be installed (at least the essential ones) and then let it install -- I didn't get to choose the path to install to, but I saw it stated that this would be installed under /opt.

I see two directories:

Neither of which contains any readily identifiable file that is the main program. What file should I execute?

View 9 Replies View Related

Programming :: Cannot Run C++ Executable File From Ubuntu GUI?

Apr 17, 2011

I have written C++ programs on Windows. I am now learning Linux to ensure my software is portable. I can compile and run C++ programs from the bash shell, but I cannot run my executable programs from the GUI.Here is my sample program:

Code: #include <iostream>
int main()
{

[code]...

View 3 Replies View Related

General :: Using Variable To Run An Executable File?

May 27, 2010

I have an executanle file in a directory (say /home/mahmood/test/do-sample) and in a bash file I want to run it:

Code:
#!/bin/bash
M_VARIABLE = $HOME/test

[code]...

View 3 Replies View Related

General :: Can Not Start An Executable File?

Aug 5, 2009

I have an executable file called jboss in the current directory:-rwxr-xr-x 1 test jboss 7151 Aug 5 11:04 jbossAn in the file jboss it looks as follow:

Code:
...
#---------------------------
# command handling

[code]...

View 3 Replies View Related

General :: Make A File Executable And Then Run?

Jan 24, 2010

I have created a file named as pm under the path /home/ppp/ i.e. /home/ppp/pmTo make it executable, I've used command: chmod a+x /home/ppp/pm while residing in root directory.But while trying to run from root by typing ./pm or within the directory /home/ppp, it was displaying that directory not found.Please help by providing the step by step procedure, so that I would be able to run my file from root or from the directory.

View 3 Replies View Related

General :: Changing The Name Of Executable File A.out?

Jan 18, 2011

Is there any way to change the name "a.out" of executable file to any other name of our choice..

View 5 Replies View Related

General :: Stop An Executable File?

Feb 23, 2011

i run this command on file : chmod u+x recon (recon is the name of the file). then i run the file in question (. recon). i just want to stop it; how to do this ?

View 9 Replies View Related

Software :: Disassemble A Non-executable File?

Feb 27, 2010

I have a small file (<200 bytes) with x86 instructions which I would like to translate into assembly language. I know gdb has a disassembler, but I have been unable to get gdb to load my file -- it's not in a valid format.

View 5 Replies View Related

Software :: Make A Bin File An Executable?

Mar 11, 2010

I have downloaded google earth in a bin file but I don't know how to convert it into an executable file

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved