Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
ext /
SDBM_File /
sdbm /
Delete
Unzip
Name
Size
Permission
Date
Action
CHANGES
900
B
-r--r--r--
2014-12-27 11:48
COMPARE
2.77
KB
-r--r--r--
2014-12-27 11:48
Makefile
22.19
KB
-rw-r--r--
2016-10-10 17:40
Makefile.PL
1.3
KB
-r--r--r--
2014-12-27 11:49
README
11.16
KB
-r--r--r--
2014-12-27 11:48
README.too
436
B
-r--r--r--
2014-12-27 11:48
biblio
1013
B
-r--r--r--
2014-12-27 11:48
dba.c
1.26
KB
-r--r--r--
2014-12-27 11:48
dbd.c
1.69
KB
-r--r--r--
2014-12-27 11:48
dbe.1
1.42
KB
-r--r--r--
2014-12-27 11:48
dbe.c
9.67
KB
-r--r--r--
2014-12-27 11:48
dbu.c
4.17
KB
-r--r--r--
2014-12-27 11:48
grind
201
B
-r--r--r--
2014-12-27 11:48
hash.c
923
B
-r--r--r--
2014-12-27 11:48
hash.o
2.05
KB
-rw-r--r--
2016-10-10 17:40
libsdbm.a
16.76
KB
-rwxr-xr-x
2016-10-10 17:40
linux.patches
1.4
KB
-r--r--r--
2014-12-27 11:48
makefile.sdbm
1.13
KB
-r--r--r--
2014-12-27 11:48
pair.c
5.36
KB
-r--r--r--
2014-12-27 11:48
pair.h
719
B
-r--r--r--
2014-12-27 11:48
pair.o
4.63
KB
-rw-r--r--
2016-10-10 17:40
readme.ms
11.39
KB
-r--r--r--
2014-12-27 11:48
sdbm.3
9.05
KB
-r--r--r--
2014-12-27 11:48
sdbm.c
11.66
KB
-r--r--r--
2014-12-27 11:48
sdbm.h
6.85
KB
-r--r--r--
2014-12-27 11:48
sdbm.o
9.52
KB
-rw-r--r--
2016-10-10 17:40
tune.h
441
B
-r--r--r--
2014-12-27 11:48
util.c
713
B
-r--r--r--
2014-12-27 11:48
Save
Rename
.TH dbe 1 "ndbm(3) EDITOR" .SH NAME dbe \- Edit a ndbm(3) database .SH USAGE dbe <database> [-m r|w|rw] [-crtvx] -a|-d|-f|-F|-s [<key> [<content>]] .SH DESCRIPTION \fIdbme\fP operates on ndbm(3) databases. It can be used to create them, look at them or change them. When specifying the value of a key or the content of its associated entry, \\nnn, \\0, \\n, \\t, \\f and \\r are interpreted as usual. When displaying key/content pairs, non-printable characters are displayed using the \\nnn notation. .SH OPTIONS .IP -a List all entries in the database. .IP -c Create the database if it does not exist. .IP -d Delete the entry associated with the specified key. .IP -f Fetch and display the entry associated with the specified key. .IP -F Fetch and display all the entries whose key match the specified regular-expression .IP "-m r|w|rw" Open the database in read-only, write-only or read-write mode .IP -r Replace the entry associated with the specified key if it already exists. See option -s. .IP -s Store an entry under a specific key. An error occurs if the key already exists and the option -r was not specified. .IP -t Re-initialize the database before executing the command. .IP -v Verbose mode. Confirm stores and deletions. .IP -x If option -x is used with option -c, then if the database already exists, an error occurs. This can be used to implement a simple exclusive access locking mechanism. .SH SEE ALSO ndbm(3) .SH AUTHOR janick@bnr.ca