সিস্টেম শুরু হওয়ার পর থেকে ডেমসগের আউটপুট দ্বিতীয় + মিলিসেকেন্ডের সংখ্যা দেখায়।
[ 10.470000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 14.610000] device eth0 entered promiscuous mode
[ 18.750000] cfg80211: Calling CRDA for country: DE
[ 18.750000] cfg80211: Regulatory domain changed to country: DE
প্রশ্ন: পঠনযোগ্য ফর্ম্যাটে সেকেন্ডে + মিলিসেকেন্ডগুলিকে কীভাবে রাখবেন?
আমার dmesg:
root@OpenWrt:/tmp# dmesg -h
dmesg: invalid option -- h
BusyBox v1.19.4 (2013-03-14 11:28:31 UTC) multi-call binary.
Usage: dmesg [-c] [-n LEVEL] [-s SIZE]
Print or control the kernel ring buffer
-c Clear ring buffer after printing
-n LEVEL Set console logging level
-s SIZE Buffer size
ইউজার-লিনাক্স ইনস্টল করা সম্ভব হবে না, কারণ খুব বেশি জায়গা নেই:
root@OpenWrt:~# df -h
Filesystem Size Used Available Use% Mounted on
rootfs 1.1M 956.0K 132.0K 88% /
/dev/root 2.0M 2.0M 0 100% /rom
tmpfs 14.3M 688.0K 13.6M 5% /tmp
tmpfs 512.0K 0 512.0K 0% /dev
/dev/mtdblock3 1.1M 956.0K 132.0K 88% /overlay
overlayfs:/overlay 1.1M 956.0K 132.0K 88% /
।
root@OpenWrt:/tmp# which awk perl sed bash sh shell tcsh
/usr/bin/awk
/bin/sed
/bin/sh
root@OpenWrt:~# date -h
date: invalid option -- h
BusyBox v1.19.4 (2013-03-14 11:28:31 UTC) multi-call binary.
Usage: date [OPTIONS] [+FMT] [TIME]
Display time (using +FMT), or set time
[-s,--set] TIME Set time to TIME
-u,--utc Work in UTC (don't convert to local time)
-R,--rfc-2822 Output RFC-2822 compliant date string
-I[SPEC] Output ISO-8601 compliant date string
SPEC='date' (default) for date only,
'hours', 'minutes', or 'seconds' for date and
time to the indicated precision
-r,--reference FILE Display last modification time of FILE
-d,--date TIME Display TIME, not 'now'
-D FMT Use FMT for -d TIME conversion
-k Set Kernel timezone from localtime and exit
/var/log/syslog
ডেবিয়ান সিস্টেমে, যে লগ পরীক্ষা করুন; এটি একই তথ্য থাকে কিন্তু পাঠযোগ্য টাইমস্ট্যাম্প সঙ্গে হতে পারে।
date
কমান্ড -d
পতাকা সমর্থন করে না , তাই না? এবং কোন পাইথন হয় আমিও অনুমান করি? এটি কোনটির awk
বাস্তবায়ন? এটা কি GNU awk
কমপক্ষে?
date -d
আমার আপডেট হওয়া উত্তরটি কাজ করা উচিত।