CC-AT230C:~/TEST> ls
sept.txt  test	test1  Test2
CC-AT230C:~/TEST> cp sept.txt testing
CC-AT230C:~/TEST> ls
sept.txt  test	test1  Test2  testing
CC-AT230C:~/TEST> cat testing
hjlkhnljkh
gkghkj'gkhg
hjljhl
hlhljh
CC-AT230C:~/TEST> mv testing today
CC-AT230C:~/TEST> ls
sept.txt  test	test1  Test2  today
CC-AT230C:~/TEST> cd
CC-AT230C:~> ls w*
wonderbar

wastebasket:

www:
count  count.code  count.pgs.script
CC-AT230C:~> cp wonderbar TEST/fabulous
CC-AT230C:~> cp wonderbar TEST/magnificent
CC-AT230C:~> cd TEST
CC-AT230C:~/TEST> ls
fabulous     sept.txt  test1  today	  wonderbar2
magnificent  test      Test2  wonderbar1
CC-AT230C:~/TEST> ls -a
.   fabulous	 sept.txt  test1  today       wonderbar2
..  magnificent  test	   Test2  wonderbar1
CC-AT230C:~/TEST> ls -al
total 96
drwxrwxrwx  5 whit    whit     4096 Sep 16 12:40 .
drwx--x--x 82 whit    whit    12288 Sep 16 12:18 ..
-rw-r--r--  1 whit    whit       37 Sep 16 12:40 fabulous
-rw-r--r--  1 whit    whit       37 Sep 16 12:40 magnificent
-rw-r--r--  1 whit    whit       37 Sep 16 12:28 sept.txt
drwxr-xr-x  2 whit    whit     4096 Sep 16 12:21 test
drwxr-xr-x  2 dvm1002 dvm1002  4096 Sep 16 12:40 test1
drwxr-xr-x  2 mjm1261 mjm1261  4096 Sep 16 12:41 Test2
-rw-r--r--  1 whit    whit       37 Sep 16 12:32 today
-rw-r--r--  1 dvm1002 dvm1002   226 Sep 16 12:36 wonderbar1
-rw-r--r--  1 mjm1261 mjm1261    31 Sep 16 12:37 wonderbar2
CC-AT230C:~/TEST> whereis ls
ls: /bin/ls /usr/share/man/man1p/ls.1p.gz /usr/share/man/man1/ls.1.gz
CC-AT230C:~/TEST> which ls
/bin/ls
CC-AT230C:~/TEST> w
 12:44:47 up 45 min,  2 users,  load average: 0.05, 0.04, 0.00
USER     TTY      FROM              LOGIN@   IDLE   JCPU   PCPU WHAT
whit     :0       -                12:04   ?xdm?  17.45s  0.09s /usr/bin/gnome-
whit     pts/1    :0.0             12:04    0.00s  0.00s  0.00s script /homes/w
CC-AT230C:~/TEST> who
whit     :0           2011-09-16 12:04
whit     pts/1        2011-09-16 12:04 (:0.0)
CC-AT230C:~/TEST> echo $PATH
.:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/homes/whit/bin
CC-AT230C:~/TEST> exit
exit