Another oddity (already fixed!)
64
[nemo@Jolla tmp]$ ln -s /etc/anyfile udhcpd.conf
[nemo@Jolla tmp]$ ls -al udhcpd.conf
lrwxrwxrwx 1 nemo nemo 12 2015-03-29 22:34 udhcpd.conf -> /etc/anyfile
[nemo@Jolla tmp]$ ls -al /etc/anyfile
ls: cannot access /etc/anyfile: No such file or directory
Now, plug computer USB cable into phone, or somehow simulate this action.
[nemo@Jolla tmp]$ ls -al /etc/anyfile
-rw-r--r-- 1 root root 80 2015-03-29 22:35 /etc/anyfile
[nemo@Jolla tmp]$ cat /etc/anyfile
start 192.168.2.1
end 192.168.2.10
interface rndis0
option subnet 255.255.255.0
[nemo@Jolla tmp]$ whoami
nemo
[nemo@Jolla tmp]$ id
uid=100000(nemo) gid=100000(nemo) groups=39(video),100(users),995(ssu),996(timed),999(oneshot),1000(system),
1002(bluetooth),1003(graphics),1004(input),1005(audio),1006(camera),1024(mtp),100000(nemo)