Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
jed-common /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
contents_motif.svg
185
B
-rw-r--r--
index.html
3.4
KB
-rw-r--r--
jed.css
3.25
KB
-rw-r--r--
jed001.html
4.67
KB
-rw-r--r--
jed002.html
1.23
KB
-rw-r--r--
jed003.html
3.16
KB
-rw-r--r--
jed004.html
1.88
KB
-rw-r--r--
jed005.html
3.74
KB
-rw-r--r--
jed006.html
5.35
KB
-rw-r--r--
jed007.html
1.25
KB
-rw-r--r--
jed008.html
2.87
KB
-rw-r--r--
jed009.html
1.93
KB
-rw-r--r--
jed010.html
8.77
KB
-rw-r--r--
jed011.html
18.59
KB
-rw-r--r--
jed012.html
7.65
KB
-rw-r--r--
jed013.html
3.21
KB
-rw-r--r--
jed014.html
2.18
KB
-rw-r--r--
jed015.html
2.06
KB
-rw-r--r--
jed016.html
1.45
KB
-rw-r--r--
jed017.html
3.45
KB
-rw-r--r--
jed018.html
3.7
KB
-rw-r--r--
jed019.html
19.12
KB
-rw-r--r--
jed020.html
6.86
KB
-rw-r--r--
jed021.html
4.35
KB
-rw-r--r--
next_motif.svg
190
B
-rw-r--r--
previous_motif.svg
185
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jed008.html
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <meta name="generator" content="hevea 2.35"> <link rel="stylesheet" type="text/css" href="jed.css"> <title>Backup and Auto-save Files</title> </head> <body > <a href="jed007.html"><img src="previous_motif.svg" alt="Previous"></a> <a href="index.html"><img src="contents_motif.svg" alt="Up"></a> <a href="jed009.html"><img src="next_motif.svg" alt="Next"></a> <hr> <h2 id="sec11" class="section">7 Backup and Auto-save Files</h2> <p>On UNIX and MS-DOS systems, <span style="font-weight:bold">jed</span> creates backup files by appending a <code class="verb">~</code> character to the filename. The VMS operating system handles backup files itself. <span style="font-weight:bold">jed</span> periodically auto-saves its buffers. On UNIX and MS-DOS, auto-save files are prefixed with the pound sign <span style="font-family:monospace">#</span>. On VMS, they are prefixed with <code class="verb">_$</code>. The auto-save interval may be changed by setting the variable <code class="verb">MAX_HITS</code> to the desired value. The default is 300 “hits” on the buffer. A “hit” is defined as a key which MAY change the state of the buffer. Cursor movement keys do not cause hits on the buffer.</p><p>Like many of <span style="font-weight:bold">jed</span>’s features, the names of auto-save and backup files can be controlled by the user. The file <code class="verb">site.sl</code> defines two functions, <code class="verb">make_backup_filename</code>, and <code class="verb">make_autosave_filename</code> that generate the file names described in the previous paragraph. Like all S–Lang functions, these functions may be overloaded and replaced with different ones. See also information about <code class="verb">find_file_hook</code> in the section on hooks.</p><p>On UNIX systems, <span style="font-weight:bold">jed</span> catches most signals and tries to auto-save its buffers in the event of a crash or if the user accidently disconnects from the system (<span style="font-family:monospace">SIGHUP</span>).</p><p>If an auto-save file exists and you is desire to recover data from the auto-save file, use the function <code class="verb">recover_file</code>. Whenever <span style="font-weight:bold">jed</span> finds a file, it checks to see if an auto-save file exists as well as the file’s date. If the dates are such that the auto-save file is more recent <span style="font-weight:bold">jed</span> will display a message in the mini-buffer alerting the user of this fact and that the function <code class="verb">recover_file</code> should be considered.</p> <hr> <a href="jed007.html"><img src="previous_motif.svg" alt="Previous"></a> <a href="index.html"><img src="contents_motif.svg" alt="Up"></a> <a href="jed009.html"><img src="next_motif.svg" alt="Next"></a> </body> </html>
Close