walter fry wrote: > Walter here; > when I entered ls -l /etc/sysconfig/clock
The ls command shows the content of a directory or part of it. To see the content of a file, use either the cat command or the less command. For example... vaio ~> ls -l /etc/sysconfig/clock -rw-r--r-- 1 root root 38 Oct 30 1999 /etc/sysconfig/clock vaio ~> cat /etc/sysconfig/clock ZONE="US/Pacific" UTC=false ARC=false vaio ~> The string, "vaio ~> " is my shell prompt. This computer dual-boots Linux and Windows 98, so I've set UTC to false. -- Bob Miller K<bob> kbobsoft software consulting http://kbobsoft.com [EMAIL PROTECTED] _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
