mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Feb. 03 2005,04:52 |
|
Working with Bash IS a lot more complicated than with DOS...there's no avoiding that. One of the great advantages of a Linux system is that it is modular....from a shell script you can run and pipe practically any program. This means that someone who writes a script needs to know at least the basics of many commands. What it doesn't mean is that the end-user has to know these commands, but it wouldn't hurt. The same commands found in scripts can be run from console or menu item, and modified to suit the user's needs.
The Linux environment practically begs the user to put in some time to learn about what is happening under the hood. I know I've said this before, but it's my belief that if a person doesn't want to be bothered to learn a LOT, they are probably not ready to use Linux for anything more than simple tasks, or those which can be performed with a big bloaty graphics interface such as what you'd find in Windows. If the person knows they have to study a bit, that's a good start. At this point they could be guided in the direction of documents and tutorials which will help them on their way.
However, most people who develop software don't have the time or the desire to document everything for everyone...there has to be some level of assumption. If you spend the time and effort it takes to make things as easy as possible for the largest number of people then you sacrifice that time which could be spent on making a better application. In order to create such explicit documentation, I think the task needs to be taken on by someone other than the software developer....someone who knows the application, but also has the time to build easy-to-follow documentation. Since there aren't many people like that, we have something else which seems to work fairly well: There are bigillions of online forums which are created with the sole purpose of sharing Linux knowledge and helping others.
This brings me back to the original subject....yes it would be helpful to give noobs a nudge toward searching rather than asking the same questions over and over.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|