viewing DB files | topic started 9/7/2002; 6:31:02 AM last post 9/9/2002; 2:33:02 AM |
|
Arnold K. Pizer - Re: viewing DB files 9/9/2002; 2:33:02 AM (reads: 1515, responses: 0) |
The classlist database can be exported to a classlist file via the web from the prof/classlist page. From a terminal seesion on the server you can use the scripts:
removeTAPermissions.pl Note that removeTAPermissions.pl (or removeProfPermissions.pl) just resets a users permission to 0 (regular student) and then prints a list of all users and their permisions (0,5, or 10). Thus if jsmith is a regular student, running removeTAPermissions.pl mth100 jsmith will not change jsmith's status but will give you quickly a list of users and permisions from the permission database. Running removeTAPermissions.pl mth100 dummy will tell you (usually!) that dummy is not listed in the permissions file and then print out the list. The names of the other scripts tell you what they do. Arnie |