Find the answer to your Linux question:
Results 1 to 4 of 4
how can i make shell script? where can i save it ?? i am using kubuntu 7.10 for information. pleas give me ans as soon as possible thanks in advance...
  1. #1
    Just Joined! nareshjethva's Avatar
    Join Date
    Aug 2008
    Location
    Rajkot
    Posts
    92

    how can i??

    how can i make shell script?
    where can i save it ??

    i am using kubuntu 7.10 for information.

    pleas give me ans as soon as possible


    thanks in advance

  2. #2
    Linux Engineer wje_lf's Avatar
    Join Date
    Sep 2007
    Location
    Mariposa
    Posts
    1,192
    I'm not sure what a helpful answer would be here, but I'll start the ball rolling by answering the actual questions.

    how can i make shell script?
    My text editor of choice is a vi clone. (Running on Slackware, I use elvis, but it doesn't really matter which clone you use.)
    where can i save it ??
    Quite a few places. Start with your home directory.
    i am using kubuntu 7.10
    That's not really an obstacle to getting things done.
    --
    Bill

    Old age and treachery will overcome youth and skill.

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    34
    I just started, and I think I know what you want. I found this tutorial very helpful:
    Bash by example, Part 1
    You have to begin every script you make with
    Code:
    #! /bin/bash
    
    or
    
    #! /bin/sh
    or some program to execute your code.
    Then you will probably need to chmod your code. Using terminal type
    Code:
    chmod a+x <your script file>
    The tutorial will teach you the rest.

  4. #4
    Just Joined! nareshjethva's Avatar
    Join Date
    Aug 2008
    Location
    Rajkot
    Posts
    92
    i wish to make on script
    that show RAM RAM when any one login in my PC through ssh
    how can i make it
    pleas help me
    i wiss you will crea this for me


    thanks in advance !!!

Posting Permissions

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