1835847 Members
2781 Online
110085 Solutions
New Discussion

content of /var/preserve

 
SOLVED
Go to solution
Frank Seifert
Occasional Contributor

content of /var/preserve

Hi!
Can anyone explayn the content of /var/preserve?

thanks
Frank
4 REPLIES 4
Vincenzo Restuccia
Honored Contributor
Solution

Re: content of /var/preserve

The /var/preserve directory holds vi files that were being edited if vi
unexpectedly exits. Using vi -r, the file can be recovered by the user so
that it may be properly saved.
eran maor
Honored Contributor

Re: content of /var/preserve

/var/preserve (formerly /usr/preserve) contains automatically
preserved vi files. These files can be deleted whenever necessary.

The white paper associated with the description of this directory
is located at /usr/share/doc/file_sys.txt.
love computers
federico_3
Honored Contributor

Re: content of /var/preserve

the files in this directory are editor files that have been left there when someone crashed out of their editor. Deleting them will simply prevent the users who have had a 'vi' crash to recover their file using 'vi -r'.

Federico


Ravi_8
Honored Contributor

Re: content of /var/preserve

/var/preserve files having errors encountered by users/admin during their operartions(application, s/w installation etc....)
never give up