Top Ten Reasons For Learning Damn Small Linux
Number 8, You Control The Computer

Damn Small Linux is a free Linux distribution that runs on even outdated Windows computers. Why should you download and learn this software? As explained in this eighth of ten articles: It lets you control the computer.

Linux Lets You Control The Computer

Linux has dozens and dozens of commands that enable you to control your computer to a degree far exceeding the possibilities of Windows systems. For example, let’s take the ls command which lists files and directories. To the uninitiated this is Linux’s version of the Windows DIR command that also lists files and directories. Both the ls and the DIR commands provide lots of switches; options that enable a savvy user to fine tune some operations. But the Linux ls command (don’t type in LS) has multiple, powerful options that simply often do not exist in the Windows world.




For example, the ls –l command displays file and directory permissions. With a simple command the system administrator can block regular users from modifying or executing a file. What does this mean to you? This reduces the possibility that a user may set off a virus by opening an e-mail attachment. If the execute permission hasn’t been specifically turned on, the file won’t be executed and the attachment won’t be executed.



Linux command screen shot

Linux command screen shot, read our tutorials to learn how.


Another Linux function is inode. Briefly it works like this: A given file can appear with several names in different folders. Why would anybody want to do that? This functionality lets the system identify a given file with different natural file names for different users. Can you do this in Windows? Sort of, on the more sophisticated versions but only if you are a systems administrator or if you have been granted special permissions. Can you do this on Damn Small Linux? Yes, we’re going to cover this in one or more tutorials.


Linux is a multi-user system. Upon installation Damn Small Linux creates two users with very different file permissions. This gives you a real-life introduction to computer security. It is easy to create new users and control their possibilities. Of course, you can do many of these things in Windows but doing so often presents a danger of a costly error or security breach that may disable some essential computer functionality.


Linux provides a huge number of commands. Why would anybody want to run arcane commands when Linux, as Windows, offers an attractive graphical user interface? Let’s say that your job is to create five hundred new user accounts at the beginning of your school’s semester. Do you want to go through the whole click and caboodle five hundred or more times, once for each user without mentioning the extra times needed whenever you make a mistake? The answer is no.


You’ll want to work with a script, a custom program using Linux commands to save your sanity by automating these tasks. If the script is good it will pick up student details from their registration files so that the data won’t have to be reentered. Whether or not the script is good depends on the skill set of the individual that composed it. But Linux offers all the tools necessary for writing good and even great scripts.


When you know how to create and manage users you may want to look into Linux Certification. That’s the subject of our next article.



Click for the next article in this series.