under Centos 6, dconf -o ./outfile it will copy and combine all the .conf files to outfile. under Centos 7, is there any similar command will do the same things ?
thanks, philip.
On Sun, Jun 14, 2015 at 02:08:54PM +1000, centos wrote:
under Centos 6, dconf -o ./outfile it will copy and combine all the .conf files to outfile. under Centos 7, is there any similar command will do the same things ?
There is no 'dconf' executable in CentOS6, at least, not in the standard repos. Are you thinking about gconf-tool?
I don't see a way to dump all dconf settings with 'dconf', although 'gsettings list-recursively' seems to dump everything from the gsettings side.
On 15/06/2015 12:40 AM, Jonathan Billings wrote:
On Sun, Jun 14, 2015 at 02:08:54PM +1000, centos wrote:
under Centos 6, dconf -o ./outfile it will copy and combine all the .conf files to outfile. under Centos 7, is there any similar command will do the same things ?
There is no 'dconf' executable in CentOS6, at least, not in the standard repos. Are you thinking about gconf-tool?
I don't see a way to dump all dconf settings with 'dconf', although 'gsettings list-recursively' seems to dump everything from the gsettings side.
I used this command from Centos 5/6, dconf(1) man dconf - create a system's hardware and software configuration snapshot description : dconf is a tool to collect a system's hardware and software configuration.
On 06/15/2015 05:30 AM, centos wrote:
On 15/06/2015 12:40 AM, Jonathan Billings wrote:
On Sun, Jun 14, 2015 at 02:08:54PM +1000, centos wrote:
under Centos 6, dconf -o ./outfile it will copy and combine all the .conf files to outfile. under Centos 7, is there any similar command will do the same things ?
There is no 'dconf' executable in CentOS6, at least, not in the standard repos. Are you thinking about gconf-tool?
I don't see a way to dump all dconf settings with 'dconf', although 'gsettings list-recursively' seems to dump everything from the gsettings side.
I used this command from Centos 5/6, dconf(1) man dconf - create a system's hardware and software configuration snapshot description : dconf is a tool to collect a system's hardware and software configuration.
Sounds like OP is using dconf.noarch from Dag's rhel/centos 5 rpmforge repository.
b.j.