![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| a strange message when executing the sort command | marwan | UNIX for Dummies Questions & Answers | 3 | 04-27-2007 04:32 AM |
| Strange error message with regex test... | fgilain | Shell Programming and Scripting | 4 | 05-31-2006 06:52 PM |
| Strange error | matrixmadhan | UNIX for Dummies Questions & Answers | 1 | 08-29-2005 09:35 AM |
| strange error | laila63 | High Level Programming | 1 | 07-27-2004 11:09 AM |
| Strange error.. help | preetikate | Shell Programming and Scripting | 2 | 05-12-2004 01:25 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
ed strange error message
When I start ed as regular user, following message is displayed:
Code:
$ed ERROR: tempnam failed: Permission denied $ Code:
No previous regular expression As root all works fine. Any help appreciated. Regards, Frenki |
| Forum Sponsor | ||
|
|
|
|||
|
No matter how $TMPDIR is set, behavior is the same! Currently $TMPDIR is set :
Code:
$env | grep TMPDIR TMPDIR=/var/tmp $ls -ld /var/tmp drwxrwxrwt 2 bin bin 276 okt 29 03:10 /var/tmp $ Regards, Frenki |