APPENDIX A GLOSSARY OF LINUX TERMS PPP (Web hosting comparison)
Tuesday, May 27th, 2008APPENDIX A GLOSSARY OF LINUX TERMS PPP Point-to-Point Protocol; networking technology that allows data transfer across serial connections like telephone lines. In other words, it s the technology that lets you connect to your Internet service provider using a modem. process The way the system refers to the individual programs (or components of programs) running in memory. proprietary Effectively, software for which a software license must be acquired, usually for a fee. This usually means the source code is kept secret, but it can also indicate that the source code is available to view but not to incorporate into your own projects or share with others. R Red Hat Well-known company that produces distributions of Linux. redirect To send the output of a command into a particular file. This also works the other way around: the contents of a particular file can be directed into a command. Redirection is achieved within the shell using the left and right angle brackets (< and >), respectively. regex See regular expression. regular expression Powerful and complex method of describing a search string, usually when searching with tools such as grep (although regular expressions are also used when programming). Regular expressions use various symbols as substitutes for characters or to indicate patterns. remote