使用日期时间选择器,我让用户选择在linux服务器上远程设置的时间。
Q1:当单击now按钮时,我希望这个文本"sntp -P no -r pool.ntp.org“出现在文本框中。这有可能吗?Q2:还是如何添加另一个按钮,在datepicker文本框中插入文本"sntp -P no -r pool.ntp.org"?
********************************synchronised to NTP serverto within 281 ms* 192.168.1.3ssh -q192.168.1.3 ntpstat
synchronised to NTP server (192.168.1.2) at
我运行的是嵌入式Linux。我需要从我的应用程序中知道我的NTP守护进程是否同步。我尝试运行Busybox附带的ntpd,如下所示:但问题是,它需要根权限才能运行,即使我将ntpd添加到/etc/busybox.conf SUID但该解决方案应满足以下关键要求:2) be compact and easy implemented on Embedded Linux3