<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Command to run (execute) bin files in Linux</title> <atom:link href="http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: vmedaq</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-67692</link> <dc:creator>vmedaq</dc:creator> <pubDate>Wed, 01 Feb 2012 13:37:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-67692</guid> <description>I wanted to make a .bin file which will copy all the files with name having &quot;am&quot; in common... usually in the terminal we use &quot;cp *am* &quot;... I wrote the same command inside the .bin file, a shown below... but it acts like &quot;echo&quot;... please help.
file name &quot;copier.bin&quot;
------------------------------------
cp *am* /home/vmefiles/
-----------------------------------
then I did &quot;chmod +x copier.bin
and finally &quot;./copier.bin&quot; but the out put is just:
&quot;cp *am* /home/vmefiles/&quot;
please help...</description> <content:encoded><![CDATA[<p>I wanted to make a .bin file which will copy all the files with name having &#8220;am&#8221; in common&#8230; usually in the terminal we use &#8220;cp *am* &#8220;&#8230; I wrote the same command inside the .bin file, a shown below&#8230; but it acts like &#8220;echo&#8221;&#8230; please help.</p><p>file name &#8220;copier.bin&#8221;<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> cp *am* /home/vmefiles/<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br
/> then I did &#8220;chmod +x copier.bin<br
/> and finally &#8220;./copier.bin&#8221; but the out put is just:<br
/> &#8220;cp *am* /home/vmefiles/&#8221;</p><p>please help&#8230;</p> ]]></content:encoded> </item> <item><title>By: Monir</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-66102</link> <dc:creator>Monir</dc:creator> <pubDate>Tue, 27 Dec 2011 18:21:23 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-66102</guid> <description>I am using CentOs 6 and this &quot;compat-libstdc++-33&quot; package along with its dependencies are responsible to run ./filename.bin file. After installing the above package, I have successfully executed .bin file in CentOs 6.
Simply run &quot;yum install compat-libstdc++-33&quot; to install this package.</description> <content:encoded><![CDATA[<p>I am using CentOs 6 and this &#8220;compat-libstdc++-33&#8243; package along with its dependencies are responsible to run ./filename.bin file. After installing the above package, I have successfully executed .bin file in CentOs 6.</p><p>Simply run &#8220;yum install compat-libstdc++-33&#8243; to install this package.</p> ]]></content:encoded> </item> <item><title>By: Simon</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64649</link> <dc:creator>Simon</dc:creator> <pubDate>Mon, 21 Nov 2011 01:39:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64649</guid> <description>On Ubuntu/Kubuntu variants...
$ ./AdobeAIRInstaller.bin
bash: ./AdobeAIRInstaller.bin: No such file or directory
Fixed by running:
$ sudo apt-get install ia32-libs
$ ./AdobeAIRInstaller.bin
Thank you all above who suggested this!</description> <content:encoded><![CDATA[<p>On Ubuntu/Kubuntu variants&#8230;<br
/> $ ./AdobeAIRInstaller.bin<br
/> bash: ./AdobeAIRInstaller.bin: No such file or directory</p><p>Fixed by running:<br
/> $ sudo apt-get install ia32-libs<br
/> $ ./AdobeAIRInstaller.bin</p><p>Thank you all above who suggested this!</p> ]]></content:encoded> </item> <item><title>By: Huiou</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64213</link> <dc:creator>Huiou</dc:creator> <pubDate>Tue, 08 Nov 2011 01:46:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64213</guid> <description>Thanks.
i success to run it.</description> <content:encoded><![CDATA[<p>Thanks.<br
/> i success to run it.</p> ]]></content:encoded> </item> <item><title>By: searchit</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64068</link> <dc:creator>searchit</dc:creator> <pubDate>Thu, 03 Nov 2011 10:42:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64068</guid> <description>thanks Vivek, But I alredy gave the permission to that file</description> <content:encoded><![CDATA[<p>thanks Vivek, But I alredy gave the permission to that file</p> ]]></content:encoded> </item> <item><title>By: Arslan</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64040</link> <dc:creator>Arslan</dc:creator> <pubDate>Wed, 02 Nov 2011 12:39:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64040</guid> <description>Dear All. M having the following error while executing the commend
root@root:# ll &#124; grep i86bi_linux-adventerprisek9-ms
-rwxrwxrwx 1 nayatel nayatel 93580556 2011-11-02 16:29 i86bi_linux-adventerprisek9-ms*
root@root:# ./i86bi_linux-adventerprisek9-ms
bash: ./i86bi_linux-adventerprisek9-ms: No such file or directory
Kindly suggest any solution</description> <content:encoded><![CDATA[<p>Dear All. M having the following error while executing the commend</p><p>root@root:# ll | grep i86bi_linux-adventerprisek9-ms<br
/> -rwxrwxrwx 1 nayatel nayatel 93580556 2011-11-02 16:29 i86bi_linux-adventerprisek9-ms*<br
/> root@root:# ./i86bi_linux-adventerprisek9-ms<br
/> bash: ./i86bi_linux-adventerprisek9-ms: No such file or directory</p><p>Kindly suggest any solution</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64037</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Wed, 02 Nov 2011 12:19:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64037</guid> <description>You need to set execute permission using the chmod +x command:
&lt;pre&gt;chmod +x your-installer.name&lt;/pre&gt;</description> <content:encoded><![CDATA[<p>You need to set execute permission using the chmod +x command:</p><pre>chmod +x your-installer.name</pre>]]></content:encoded> </item> <item><title>By: searchit</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64024</link> <dc:creator>searchit</dc:creator> <pubDate>Wed, 02 Nov 2011 05:28:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-64024</guid> <description>hello,
I m installing java on AIX machine It shows error on
./install.sfx.409050 : 0403-006 execute permission denied .
thanks</description> <content:encoded><![CDATA[<p>hello,<br
/> I m installing java on AIX machine It shows error on</p><p>./install.sfx.409050 : 0403-006 execute permission denied .<br
/> thanks</p> ]]></content:encoded> </item> <item><title>By: Jarrett</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-61038</link> <dc:creator>Jarrett</dc:creator> <pubDate>Wed, 27 Jul 2011 05:26:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-61038</guid> <description>&quot;chmod: cannot access `jre-6u26-linux-x64.bin&#039;: No such file or directory&quot;
What do I do, I am freaking out over it (Because ADHD) I tried it so many times it still won&#039;t work, I&#039;m also trying to play minecraft on Ubuntu</description> <content:encoded><![CDATA[<p>&#8220;chmod: cannot access `jre-6u26-linux-x64.bin&#8217;: No such file or directory&#8221;<br
/> What do I do, I am freaking out over it (Because ADHD) I tried it so many times it still won&#8217;t work, I&#8217;m also trying to play minecraft on Ubuntu</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-60746</link> <dc:creator>John</dc:creator> <pubDate>Thu, 14 Jul 2011 20:18:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-60746</guid> <description>Thanks very much, it was a 64Bit sudo apt-get install ia32-libs did the job</description> <content:encoded><![CDATA[<p>Thanks very much, it was a 64Bit sudo apt-get install ia32-libs did the job</p> ]]></content:encoded> </item> <item><title>By: chestin</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59859</link> <dc:creator>chestin</dc:creator> <pubDate>Wed, 08 Jun 2011 05:41:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59859</guid> <description>thank u for the simple yet very helpful comment.</description> <content:encoded><![CDATA[<p>thank u for the simple yet very helpful comment.</p> ]]></content:encoded> </item> <item><title>By: Todd</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59611</link> <dc:creator>Todd</dc:creator> <pubDate>Tue, 24 May 2011 22:53:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59611</guid> <description>Thank you.  Very helpful!</description> <content:encoded><![CDATA[<p>Thank you.  Very helpful!</p> ]]></content:encoded> </item> <item><title>By: Arun</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59565</link> <dc:creator>Arun</dc:creator> <pubDate>Sun, 22 May 2011 21:16:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59565</guid> <description>Hi ,
I bit confused with LVM and RAID.Can someone explain me with a realtime example</description> <content:encoded><![CDATA[<p>Hi ,<br
/> I bit confused with LVM and RAID.Can someone explain me with a realtime example</p> ]]></content:encoded> </item> <item><title>By: Arun</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59564</link> <dc:creator>Arun</dc:creator> <pubDate>Sun, 22 May 2011 21:12:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59564</guid> <description>You can use the &quot;Cron&quot; or &quot;at&quot; command to execute the jobs on a daily basis</description> <content:encoded><![CDATA[<p>You can use the &#8220;Cron&#8221; or &#8220;at&#8221; command to execute the jobs on a daily basis</p> ]]></content:encoded> </item> <item><title>By: Arun</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59563</link> <dc:creator>Arun</dc:creator> <pubDate>Sun, 22 May 2011 21:08:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59563</guid> <description>To run the UNIX shell script,type
./filename.sh.
Before running the above command,check the file permission because the file should have execute permission</description> <content:encoded><![CDATA[<p>To run the UNIX shell script,type<br
/> ./filename.sh.<br
/> Before running the above command,check the file permission because the file should have execute permission</p> ]]></content:encoded> </item> <item><title>By: mohamed</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59341</link> <dc:creator>mohamed</dc:creator> <pubDate>Tue, 10 May 2011 08:56:31 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59341</guid> <description>i want to install modem zain connect it&#039;s setup.exe to linux how i can do that please tell me</description> <content:encoded><![CDATA[<p>i want to install modem zain connect it&#8217;s setup.exe to linux how i can do that please tell me</p> ]]></content:encoded> </item> <item><title>By: mohamed</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59340</link> <dc:creator>mohamed</dc:creator> <pubDate>Tue, 10 May 2011 08:55:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-59340</guid> <description>how i can install exe modem file to linux suses please answer me cuz i need it</description> <content:encoded><![CDATA[<p>how i can install exe modem file to linux suses please answer me cuz i need it</p> ]]></content:encoded> </item> <item><title>By: soundarapandian</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-57418</link> <dc:creator>soundarapandian</dc:creator> <pubDate>Wed, 20 Apr 2011 04:51:13 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-57418</guid> <description>Thanks very useful</description> <content:encoded><![CDATA[<p>Thanks very useful</p> ]]></content:encoded> </item> <item><title>By: Rathish</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-56159</link> <dc:creator>Rathish</dc:creator> <pubDate>Sun, 06 Mar 2011 19:28:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-56159</guid> <description>Hi,
I have a list of commands to be executed in UNIX on dialy basis....
Is there anyway that i could save those commands in a document and execute those commands by using .sh....or anything else command?
I tried using .sh but it executes only the first line, what i need to do to make it run all the commands...?
Thanks.</description> <content:encoded><![CDATA[<p>Hi,</p><p>I have a list of commands to be executed in UNIX on dialy basis&#8230;.</p><p>Is there anyway that i could save those commands in a document and execute those commands by using .sh&#8230;.or anything else command?</p><p>I tried using .sh but it executes only the first line, what i need to do to make it run all the commands&#8230;?</p><p>Thanks.</p> ]]></content:encoded> </item> <item><title>By: sahil</title><link>http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-56033</link> <dc:creator>sahil</dc:creator> <pubDate>Mon, 28 Feb 2011 05:39:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/#comment-56033</guid> <description>hi.
i am new to shell, i want to acceess a web page on linux server from a remote machine .
can any one guide me what to do or which forum to follow....
plz..... its urgent</description> <content:encoded><![CDATA[<p>hi.<br
/> i am new to shell, i want to acceess a web page on linux server from a remote machine .<br
/> can any one guide me what to do or which forum to follow&#8230;.<br
/> plz&#8230;.. its urgent</p> ]]></content:encoded> </item> </channel> </rss>
