WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Dumb question 2  (Read 2279 times)

Offline b2ee

  • Newbie
  • *
  • Posts: 6
Dumb question 2
« on: December 01, 2011, 06:35:14 PM »
Hi Guys, I think I'm always that dumb one. In command line, is there a way to know the version number of Tiny core? I checked /var/log to search the boot log like kmsg, but there is nothing there, no mention of /etc/issue which only displayed "Tiny Core Linux".

By the way, could anybody please explain how do I open system log "messages" during the boot? I tried to put klogd and syslogd in /bin/bootlocal.sh, but it didn't work. "klogd" and "syslogd" are from "busybox". Does the file system are still not up when running "bootlocal.sh"?

Really appreciate any reply. :)

b2ee
« Last Edit: December 01, 2011, 06:39:32 PM by b2ee »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Dumb question 2
« Reply #1 on: December 01, 2011, 06:55:13 PM »
The command is 'version'.
The boot code is 'syslog'.

Offline b2ee

  • Newbie
  • *
  • Posts: 6
Re: Dumb question 2
« Reply #2 on: December 01, 2011, 07:19:53 PM »
Thanks a lot. I found "the door".