码迷,mamicode.com
首页 > 其他好文 > 详细

hwclock和date源码分析

时间:2019-08-13 17:09:58      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:inux   nbsp   sys   util   utils   分析   busybox   date   git   

一. hwclock

  1.1 hwclock源码在哪里?

    util-linux 或者busybox

  1.2 获取源码

    git clone https://github.com/karelzak/util-linux.git

    或

    git clone git://git.busybox.net/busybox

  1.3 hwclock的源码路径

    sys-utils/hwclock.c

    或

    util-linux/hwclock.c

二. date

  2.1 date的源码在哪里

    coreutils

  2.2 获取源码

    git clone https://github.com/coreutils/coreutils.git

  2.3 date的源码路径

    src/date.c

    

hwclock和date源码分析

标签:inux   nbsp   sys   util   utils   分析   busybox   date   git   

原文地址:https://www.cnblogs.com/dakewei/p/11346895.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!