<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/6278" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2003-12-31T03:17:03-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/6278</id>

		<entry>
		<author><name><![CDATA[Souperman]]></name></author>
		<updated>2003-12-31T03:17:03-04:00</updated>

		<published>2003-12-31T03:17:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32007#p32007</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32007#p32007"/>
		<title type="html"><![CDATA[Permissions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32007#p32007"><![CDATA[
<blockquote class="uncited"><div>HuH.I think this is deep in linux.I dont think is so easy to change....</div></blockquote>Actually it's trivially easy to change ... when you type a command into your shell (bash, csh, tcsh, etc), it looks for the program in each directory listed in the PATH environment variable.  The reason you have to run a lot of programs with "./" prefixed is because you are telling the shell that the program is in the current directory (which isn't normally in the PATH in most *nix setups).  "./" means "the current working directory", just like "../" means "the parent directory of the current working directory".  To add the current directory to your PATH, add the following to ~/.bash_profile:<div class="codebox"><p>Code: </p><pre><code>export PATH=$PATH:.</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=801">Souperman</a> — Wed Dec 31, 2003 3:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-12-01T17:52:46-04:00</updated>

		<published>2003-12-01T17:52:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30947#p30947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30947#p30947"/>
		<title type="html"><![CDATA[Permissions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30947#p30947"><![CDATA[
add the eggdrop dir to your PATH variable<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Mon Dec 01, 2003 5:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-12-01T16:19:55-04:00</updated>

		<published>2003-12-01T16:19:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30945#p30945</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30945#p30945"/>
		<title type="html"><![CDATA[Permissions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30945#p30945"><![CDATA[
I don't see where's the problem in adding 2 extra characters ./ ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Dec 01, 2003 4:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Turambar]]></name></author>
		<updated>2003-12-01T10:55:59-04:00</updated>

		<published>2003-12-01T10:55:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30936#p30936</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30936#p30936"/>
		<title type="html"><![CDATA[Permissions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30936#p30936"><![CDATA[
you can't change that<br>you nee to run it with ./ because the eggdrop is not installed on the whole system by root but only is yours.<br>I'm not 100% shure but i think that's it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>feel free to correct me<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3245">Turambar</a> — Mon Dec 01, 2003 10:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2003-12-01T10:01:31-04:00</updated>

		<published>2003-12-01T10:01:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30935#p30935</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30935#p30935"/>
		<title type="html"><![CDATA[Permissions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30935#p30935"><![CDATA[
HuH.I think this is deep in linux.I dont think is so easy to change....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Mon Dec 01, 2003 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[the_crow]]></name></author>
		<updated>2003-12-01T09:16:04-04:00</updated>

		<published>2003-12-01T09:16:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30931#p30931</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30931#p30931"/>
		<title type="html"><![CDATA[Permissions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30931#p30931"><![CDATA[
hello to all <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>I need some help.<br>I don't know what permissions to do in a file.<br>Inicialy the file runs with the <strong class="text-strong">./</strong> but i don't want to run the file with <strong class="text-strong">./</strong><br>Sorry my english... let me show you a exemple.<br><br>Exemple:<br><br>./eggdrop -m teste  <br><br>eggdrop -m teste ( what i want) <br><br>thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2778">the_crow</a> — Mon Dec 01, 2003 9:16 am</p><hr />
]]></content>
	</entry>
	</feed>
