Re: [opensuse] Installation methods





Kenneth Schneider wrote:
On Sun, 2007-02-04 at 15:29 -0800, J Sloan wrote:
Doug McGarrett wrote:
On Sunday 04 February 2007 15:24, Rajko M. wrote:
On Sunday 04 February 2007 13:04, charles buchanan wrote:
...

You can't run a program from the directory it's in. That seems to be a UNIX
no-no. Back up one directory, and run the command
with /directory/install...etc. I know it's goofy, but that's UNIX--and
Linux. In this case, the "directory" is /username.
Eh? In unix, you can run a program in any directory, from any directory, no
limits, whatsoever.

If the program is not in the path (regardless of what directory the program is
in, or your current directory) simply use the full path to the program.

For Example:

If the file "install.sh" is in the current directory, simply type:

./install.sh

"." means the current directory in unix speak.

You may need to chmod 777 install.sh first, if it's not executable.

Actually 555 would do. the modes are rwx where r=4, w=2 and x=1. Add
them together for the total. The minimum needed to run a file (script)
is r_x=5, you need the ability to Read the file and eXecute it.

Of course - 755 is most common, I was in noob mode for some reason.

Joe
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx



Relevant Pages

  • Re: vi horizontal split screen
    ... Command line recall and edit, which I had on DOS, was worth the price of admission by itself. ... The script language was designed to look like C for the benefit of C programmers working on *nix, but you still needed to know Bourne syntax, because all the scripts that controlled Unix itself were in the Bourne shell language. ... Emacs is not it. ... The default Emacs keystrokes have the same basic characteristic as the default vi keystrokes and the default WordStar command set: they are keyboard independent. ...
    (comp.editors)
  • Re: Sarahs very sad...
    ... There is a core of a Unix OS in the foundations, ... It is a considerable wrench going from a GUI to a program whose interface ... Linux or Unix system without ever seeing a command line or a config file ...
    (uk.people.support.depression)
  • Re: Data conversion EBCDIC to ASCII
    ... When you enter the omvs command, you are placed into UNIX; ... Data conversion EBCDIC to ASCII ... window into a text editor on your workstation ...
    (bit.listserv.ibm-main)
  • Re: Why isnt OMVS command integrated with ISPF?
    ... Why isn't OMVS command integrated with ISPF? ... What you would like is a multithreaded (multiple TCBs under z/OS) ISPF ... the UNIX command. ...
    (bit.listserv.ibm-main)
  • Re: Problem with Runtime.exec() and compound commands in Solaris
    ... In the uninstall process i'm trying to execute the follow unix ... if I run this command from a terminal it runs as expected. ... e) The shell ...
    (comp.lang.java.help)