[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: /sys mount (for 2.6)
- From: Kir Kolyshkin <kir darnet ru>
- To: fedora-devel-list redhat com
- Subject: Re: /sys mount (for 2.6)
- Date: Sat, 31 Jan 2004 16:08:38 +0300
Pete Zaitcev wrote:
+# Mount /sys for future scripts (such as ctc)
+if grep -q "Linux version 2.6" /proc/version; then
Strictly speaking, you should use fgrep (or 'grep -F') here instead of
grep, as grep uses regexes, and dot means 'any character'. So 226 will
match 2.6.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]