On a standard Linux distribution (e.g. Ubuntu) there is usually /etc/group and /etc/group-, where the second one is only readable by root.
man group only describes /etc/group.
Thus my question: What is the purpose of /etc/group-?
|
On a standard Linux distribution (e.g. Ubuntu) there is usually
Thus my question: What is the purpose of |
||||
|
|
|
It is a backup of the previous copy of the file that is version of the file before the last change. It is kept because it is very important file. You can delete it, but backups are a "good thing". You can easily verify it. Try
There are other files also that are backed up the same way viz. All the user and group management utilities like |
|||||||
|