In article <1992Aug11.085511.3148@nntp.hut.fi> sakaria@vipunen.hut.fi (Sakari Aaltonen) writes:This isn't Linux, it's your PATH environment variable. '.' must be explicitly stated in PATH. To add . to your path, edit your .profile (Bourne shells), or .cshrc (C shells), and add . to the PATH= (Bourne shell), or path=() (C shell) statement. To add . to your path immediately under Bourne shell, PATH=${PATH}:. 'C' shell : setenv PATH $PATH:. Note that having . in your path is a security hole - if you are in /tmp or any other world writeable directory, or some users directory, they can have mispellings of normal commands there to catch you. If you screw up, they can have something SUID to you, and have access to all your files. Also, if . is first, things in the current directory will be executed first - so typing a normal ls in the wrong place can give some one access to all your files. -- Microsoft is responsible for propogating the evils it calls DOS and Windows, IBM for AIX (appropriately called Aches by those having to administer it), but neither is as bad as AT&T. Boycott AT&T, and let them know how you feel.
| Peter Zijlstra | [PATCH 00/23] per device dirty throttling -v8 |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Linus Torvalds | Linux 2.6.27-rc8 |
| Andrew Morton | Re: Ext3 vs NTFS performance |
git: | |
| Johannes Sixt | [PATCH 03/40] Add target architecture MinGW. |
| Sergei Organov | Newbie: report of first experience with git-rebase. |
| Scott Chacon | Git Community Book |
| Sebastian Schuberth | git on Cygwin: Not a valid object name HEAD |
| Richard Stallman | Real men don't attack straw men |
| Marius ROMAN | 1440x900 resolution problem |
| Leon Dippenaar | New tcp stack attack |
| Alexey Suslikov | OT: OpenBSD on Asus eeePC |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Linus Torvalds | Re: [crash] kernel BUG at net/core/dev.c:1328! |
| Frithjof Hammer | Re: [LARTC] ifb and ppp |
