Results 1 to 4 of 4

Thread: Solaris Help

  1. #1

    Solaris Help

    How do I run a perl script in solaris. Also how do I make it so that solaris starts out with a terminal running a telnet command.

    I want to boot up and get a terminal with telnet already asking for my password.

    TIA

  2. #2

    Re:Solaris Help

    What desktop are you using? I'm assuming you're talking about an X terminal, and not a standard terminal?

    As for perl, I know there is perl for solaris...just a matter of installing it. Typing "perl" doesn't bring you to an interpreter? Unfortunately I have no idea how solaris package management works.


  3. #3

    Re:Solaris Help

    Ok I got perl script running. I am using CDE desktop.

  4. #4

    Re:Solaris Help

    CDE eh? No session management, to the best of my knowledge. Bummer. I know you can open an xterm with a command in it with xterm -e <yourcommand>. You can try putting it in your ~/.xinitrc file, which last time I checked, was executed when you start X.

    ie,
    Code:
    echo "xterm -e telnet command" >> ~/.xinitrc

Similar Threads

  1. Can't connect to internet in Solaris 10
    By Tyr_7BE in forum BSD
    Replies: 2
    Last Post: 06-07-2006, 10:42 PM
  2. NFS comparison between Solaris and Linux
    By jasminemary in forum Linux - General Topics
    Replies: 1
    Last Post: 09-06-2005, 09:59 PM
  3. Web Programming on Solaris
    By coltrane in forum Programming
    Replies: 1
    Last Post: 09-10-2002, 03:33 PM
  4. Solaris cert
    By tolstoy in forum BSD
    Replies: 7
    Last Post: 12-13-2001, 04:17 PM
  5. Solaris booting
    By thor4linux in forum BSD
    Replies: 4
    Last Post: 12-04-2001, 02:20 AM

Bookmarks

Posting Permissions

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