Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Oct 2008
    Posts
    4

    Smile 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:
    Code:
    #!/bin/sh
    killall AsusLauncher
    /opt/xandros/bin/AsusLauncher &
    (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)

    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.

  2. #2
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,943
    Maybe this will help with what you are trying to learn

    Linux Command Directory: Index
    Linux 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

  3. #3
    Just Joined!
    Join Date
    Jan 2009
    Location
    Halifax, NS
    Posts
    19
    Quote Originally Posted by rokytnji View Post
    Maybe this will help with what you are trying to learn

    Linux Command Directory: Index
    Thanks, that's a useful page. Bookmarked

  4. #4
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...