403 Forbidden


Disable Functions:
Path : /usr/share/doc/dstat-0.7.2/examples/
File Upload :
Command :
Current File : //usr/share/doc/dstat-0.7.2/examples/tdbtest

#!/usr/bin/python
import sys, tdb

db = tdb.tdb('/var/cache/samba/connections.tdb')
print db.keys()

key=db.firstkey()
while key:
    print db.fetch(key)
    key=db.nextkey(key)

db = tdb.tdb('/var/cache/samba/locking.tdb')
print db.keys

db = tdb.tdb('/var/cache/samba/sessionid.tdb')
print db.keys


404 Not Found
[ LogOut ]