红联Linux门户
Linux帮助

android linux shell日期设置

发布时间:2016-06-08 10:28:39来源:linux网站作者:zengjf

说明:
Android下的linux shell中的date和普通的date指令不一样,这里记录一下。


一、参考文章:
Set the date from a shell on Android
http://stackoverflow.com/questions/5300999/set-the-date-from-a-shell-on-android


二、操作方法:
1.格式:date -s "yyyymmdd.[[[hh]mm]ss]"
2.验证:
root@android:/ # date -s "20160606.120403"
Mon Jun  6 12:04:03 GMT 2016


本文永久更新地址:http://www.linuxdiyf.com/linux/21339.html