in reply to Re: How do I start a perl daemon at boot time
in thread How do I start a perl daemon at boot time
It's not you being stupid or linux being hard. It's just a different way of doing things. So it's more like "you're speaking Polish and the computer is speaking French".
For what it's worth, there are graphical tools for linux that let you do that in a few clicks of a mouse too. But when you're in the unix/linux world, you eventually learn that the mouse might seem like a nice way of doing things, but it isn't as powerful as the keyboard. So most unix/linux people I know tend to do everything in a shell window. You get more control over the system and you learn how things work (and work together!).
An example: In Windows if you want to delete the file foo.bar, you just drag it to the recycle bin or right-click it in an explorer window and select delete. Simple! In a linux machine you type "rm foo.bar". Easy, but not as simple as a point & click, is it?
Ah, but suppose you need to delete all backup and object files in a directory with a q in their name. In linux "rm *q*.{bak,o}". Simple! On a Windows machine, you click--and drag. Click--and drag. Click--and drag. What a drag!
One other thing. Everyone I know who uses linux/unix finds it "hard" when they start. There are *so* many things to learn. But if you keep reading your man pages and working in it, you'll all of a sudden have a mental "click" and it's not hard anymore. You'll then find that you're much more productive in a good command shell, and having to do everything with the mouse will annoy you because it's just too slow for lots of tasks. So much so, that you'll want to find a good unix-like environment for Windows so you can do things the same way on both machines.
|
|---|