3k Associates Inc HP3000 FAQ TWiki TWiki > TWiki > HP3000FAQ > Hp3000Development > Hp3000PosixShell > Hp3000PosixFilePermissions TWiki webs:
Main | TWiki | Sandbox
TWiki . { Welcome | Register | Changes | Topics | Index | Search | Go }

Correcting file permissions so various POSIX programs will work on the HP3000

As shipped, there are many file permission problems with files in the HFS directory (including many of the terminal configuration -terminfo- files required by various interactive applications.. like Lynx for one example. Also 'vi'. You might get error messages such as:

Unknown terminal "hp2392a".

To correct these;

  :hello manager.sys
  :xeq sh.hpbin.sys -L
  cd /usr/lib/terminfo/h
  chmod 555 *

--GilesSchipper?

Or perhaps more precisely;

As MANAGER.SYS enter the shell (have HPPXUDC.PUB.SYS set as the local UDC file!)

cd /usr/lib/terminfo

chmod +r *

cd h

chmod +r *

--KenVickers?

-- ChrisBartram - 09 Jun 2006



Topic Hp3000PosixFilePermissions . { Edit | Attach | Backlinks: Web All webs | Printable | History: r2 < r1 More }
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.Hp3000PosixFilePermissions