Boy, do I fill dumb. I didn't realize that >> was an actual command in Linux.
When I ran the commands in the terminal, this is what happened:
[robert@localhost ~]$ cd /usr/local/wine-20050111
[robert@localhost wine-20050111]$ cd tools
[robert@localhost tools]$ >> wineconf.tcl
bash: wineconf.tcl: Permission denied
[robert@localhost tools]$ su
Password:
[root@localhost tools]# >>wineconf.tcl
[root@localhost tools]#
[root@localhost tools]# >>wineinstall
[root@localhost tools]#
As indicated in the article, a graphical frontend was suppose to appear when wineconf.tcl was run but nothing appeared. And when I run wineinstall, a fine named wine.conf was suppose to be created in the folder /usr/local/etc but there is no file. Did I do something wrong?