/etc/config/ file permission

Hi folks,

root@OpenWrt:~# ls -la /etc/config/
drwxr-xr-x    2 root     root          4096 Feb 19 17:31 .
drwxr-xr-x   20 root     root          4096 Feb 19 18:06 ..
-rw-------    1 root     root           264 Jan 19 14:55 .network.uci-FAPKJj
-rw-------    1 root     root           525 Feb 12 10:02 adblock
-rw-------    1 root     root           867 Feb 12 07:32 dhcp
-rw-------    1 root     root            87 Feb 19 17:31 dropbear
-rw-------    1 root     root          3797 Feb 18 21:20 firewall
-rw-------    1 root     root           862 Jan 19 14:10 luci
-rw-------    1 root     root           393 Feb 11 23:02 network
-rw-------    1 root     root           162 Jan 19 14:10 rpcd
-rw-------    1 root     root           440 Feb 19 13:20 system
-rw-r--r--    1 root     root           807 Jan 19 14:10 ucitrack
-rw-------    1 root     root          4175 Feb 19 21:58 uhttpd
-rw-------    1 root     root           374 Feb 12 06:56 wireless

Do you know why "ucitrack" has a different permission than the other? Do you know, what the hidden file ".network.uci-FAPKJj" is? It holds a long character string, so I thought it's the ssh key, but it seems it isn't.

1 Like

It doesn't seem to contain any private data, so probably no one cares to change its permissions.

Looks like a temporary file that can be removed.

2 Likes

Hi @vgaetera

Thank you for the answer. Yes, I didn't use the search function on this topic, sorry
I changed all to "600" and removed the hidden file. Everything is fine so far.

Regards, guenther

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.