码迷,mamicode.com
首页 > 系统相关 > 详细

linux系统运行时间

时间:2015-03-09 23:42:02      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:

cat /proc/uptime| awk -F. ‘{run_days=$1 / 86400;run_hour=($1 % 86400)/3600;run_minute=($1 % 3600)/60;run_second=$1 % 60;printf("系统已运行:%d天%d时%d分%d秒",run_days,run_hour,run_minute,run_second)}‘



linux系统运行时间

标签:

原文地址:http://www.cnblogs.com/stxyg/p/4324729.html

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