|
|
|||
|
|
|||
|
Outside Computer Links |
|||
|
|
|
|
Linux Learnings, Concepts and Commands |
|
|
|
Root
or Superuser and Ordinary User |
|
The Terminal and the Shell |
|
With
most versions of Windows, you seldom deal with anything but the GUI or the
Graphical User Interface. This simplifies computing quite a bit but is also
limiting. With Windows, it is possible to go to a command prompt and type in
DOS commands. There are functions that can only be done in the command
prompt evenwith Windows. With early Windows and even Windows 98, you could
boot to a text-only environment. With Windows XP, you can boot to command
prompt only-but why? There’s little reason for this alternative. |
|
|
During the “Dinosaur Days” of computing, I used a shell account to use the Internet. White text against a black background was all I had. You first see the prompt or command prompt which meant the command line interpreter was ready to execute what commands you typed in. The possible commands you could use, were pre-set by the type of shell, usually |
|
Bourne or Bash shell. Of course, you had to learn some commands or you got nowhere. Also, to run a program, you had to know the name to type-then to hit the enter key. If you typed lynx and hit enter, you saw the first text version of the World Wide Web and it seemed thrilling then. For email, there was Pine which was actually not too difficult since the commands to use were at the bottom of the page. For simple editing, there was pico. |
|
Linux is Different |
|
Long-time Windows users take so many aspects of the operating system as
givens, but if one switches to linux, then you have to un-learn a lot of
givens. |
|
The
directory system in linux is different from Windows. There is a root
directory which is shown by forward slash rather then backward slash. The
basic directories are very different also: |