I edited a fresh apache config file in CentOS 5 using gedit. When I looked at the directory I saw now two files:
httpd.conf
and
httpd.conf~
What does the ~ signify?
I edited a fresh apache config file in CentOS 5 using gedit. When I looked at the directory I saw now two files:
httpd.conf
and
httpd.conf~
What does the ~ signify?
httpd.conf~ is a file created by gedit (among other programs) - gedit has created it as a backup of the original file, before your changes are saved to it. You can disable this functionality, see this post.