|
-
June 30th, 2005, 10:54 AM
#6
You could try to check the following environment variables:
$HISTFILE (contains the path to the file in which the command history is stored)
$HISTSIZE (contains the amount of commands to keep (usually 500 or something))
(thus a 'echo $HISTFILE')
Also, if you have multiple sessions open, only the last one will actually save its commands in $HISTFILE (IIRC).
Furthermore, check the permissions to the $HISTFILE, they should be 600 (or -rw-------), not readable and especially not writeable by others.
Hope it helps, cheers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|