Thanks Becaye and Old Toad for your attempts to help me. I did investigate your suggestions but they were not able to solve the problem. I decided to look into the guts of the OS files. My work experience is as an embedded systems programmer, so I have some knowledge of the nitty-gritty of computerized systems.
The enclosure above describes my investigations into the .plist files that have to do with wifi. Basically I found that the SystemConfiguration folder contains files with the extension ".plist-new" and the system is using those instead of the normal .plist files to handle almost everything wifi. The standard files in my folder have modified dates of 2015 or early 2016, which I think must be the last time they were useable. Whatever OS I started using then (probably Yosemite or El Capitan) must have found that the normal files were unusable and started the work-around of the .plist-new extension. My guess is that the original files became unusable possibly with some corruption of the permissions and they were not able to delete or change them (which I am unable to do, too) so they came up with the -new device. Then when they came out with Catalina, they neglected to give it the mechanisms to correctly handle handle the .plist-new files because most people didn't have any .plist-new files.
My wife is also running Catalina, and her folder contains only .plist files and works properly. I think the .plist-new files and the fact that the normal .plist files are not being used are the crux of the problems I am having. Most users are like her and don't have any problems, so it hasn't gotten fixed. I never had any problem with my previous OS (El Capitan or Sierra or briefly Mojave). Does anyone have connections with a MacOS developer who might be able to ask someone who works on that part of the code if any of this rings a bell?
Get info for the two types of file shows permissions that look exactly the same, yet I can move or delete or edit the .plist-new files but anything for the .plist files is forbidden to me. I take that to mean that there are hidden parts of the permission matrix, perhaps more than one level of "system". Have you ever heard anything like that? I AM able to move the copies I made of the .plist files. The difference probably is in the permissions of the folder for the system files. The readout of file permissions for the backup copies show me (instead of system), staff (instead of wheel), and everyone.
Anyway thanks again. Anyone else want to chime in?