SC> Could you try ulimit -a?
# su - nobody -c ulimit\ -a|grep -v unlimited
core file size (blocks, -c) 0
scheduling priority (-e) 0
pending signals (-i) 1791
max locked memory (kbytes, -l) 32
open files (-n) 1024
pipe size
[EMAIL PROTECTED] wrote:
Fix:
You can use ed, but there's no echo and you have to use ^J instead of
After !stty sane^J ed functions normal.
Also ^Z and fg %1 (when %1 is the suspended ed command) works
After return to bash you need to give one extra before
wor
[EMAIL PROTECTED] wrote:
CR> Does this happen only in an emacs shell-mode window?
No. It happens also in xterm. Today it at least allowed me to do -c
date. I did not type exit or logout. The magic hand did.
# su - nobody -c date
No directory, logging in with HOME=/
Sat May 3 01:03:10 CST 2008
#