Results 1 to 4 of 4
Hi!
I am a linux newbie that recently emigrated form Windows. At the moment I'm exploring the terminal, and am quite impressed whith what you can do there. I have ...
- 02-11-2009 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 4
How do I undrestand a script?
Hi!
I am a linux newbie that recently emigrated form Windows. At the moment I'm exploring the terminal, and am quite impressed whith what you can do there. I have one question however, that might seem silly...
I was reading a guide for netbook newbies on the Register, where I was told to use this script:
(For your information: the system is an Asus EEE PC running xandros. AsusLauncher is a directory where the data about my simplified desktop is stored)Code:#!/bin/sh killall AsusLauncher /opt/xandros/bin/AsusLauncher &
This is support to relaunch my graphical interface, but when i did my bookmarks and ersonla data were temporarily gone. Everything is fine now, and my question is not about this case.
My question is: How do I understand what a script will do to my computer? I gues i will read tutorials etc. but when a script whith unknown commands appear, where do i go to undrstand what they mean?
Best regads.
- 02-11-2009 #2
Maybe this will help with what you are trying to learn
Linux Command Directory: IndexLinux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 02-11-2009 #3Just Joined!
- Join Date
- Jan 2009
- Location
- Halifax, NS
- Posts
- 19
- 02-12-2009 #4Just Joined!
- Join Date
- Jan 2009
- Location
- Bangalore
- Posts
- 15
How do I undrestand a script?
hi,
you have to see what that executable is doing. First see the code of the executable.
It is simple the code that you are running and executable in backgound before running you are killing the executable.


Reply With Quote
