Sponsored Content
Special Forums UNIX and Linux Applications Where is UNIX applied presently Post 302195414 by era on Thursday 15th of May 2008 03:53:15 AM
Old 05-15-2008
Unix wasn't connected to the original Arpanet, though. ARPANET - Wikipedia, the free encyclopedia

Quote:
The initial ARPANET consisted of four IMPs. They were installed at:
  • UCLA, where Leonard Kleinrock had established a Network Measurement Center (with an SDS Sigma 7 being the first computer attached to it).
  • The Stanford Research Institute's Augmentation Research Center, where Douglas Engelbart had created the ground-breaking NLS system, a very important early hypertext system (with the SDS 940 that ran NLS, named 'Genie', being the first host attached).
  • UC Santa Barbara (with the Culler-Fried Interactive Mathematics Centre's IBM 360/75, running OS/MVT being the machine attached).
  • The University of Utah's Graphics Department, where Ivan Sutherland had moved (for a DEC PDP-10 running TENEX).
 

4 More Discussions You Might Find Interesting

1. SuSE

HOSTNAME not being applied

I have set up my hostname in dhcp and my dns server, but I cannot get the client to pick up the hostname that is listed for the ip. IE. 10.32.23.4 hostname should be client4 Anyone know why? It was working before and just stopped working (1 Reply)
Discussion started by: 3junior
1 Replies

2. Shell Programming and Scripting

Check latest patch applied on UNIX server

hi all, i need to check the latest patch applied on my unix server. here is the server info: bash-3.2$ uname -a SunOS usa0300uz1226 5.10 Generic_148888-01 sun4u sparc SUNW,SPARC-Enterprise please tell which is the command for checking patch? (1 Reply)
Discussion started by: lovelysethii
1 Replies

3. Linux

[archLinux] keymap not applied?

Heyas -Just- installed Arch, and having difficulties to understand why my keyboard layout still is en_US, eventhough i had set it to be de_CH. *UTF-8 obviously* This applies to console AND X. * https://wiki.archlinux.org/index.php/Beginners%27_guide#Console_font_and_keymap *... (0 Replies)
Discussion started by: sea
0 Replies

4. UNIX for Advanced & Expert Users

Bash-Completion, installed but not applied

Heyas For my project TUI i had prepared bash completion. Bash-completion works, at least if i source that file manualy. However, when i'm installing it, it wont apply, not even for new opened terminals. Allthough i had it working once, i dont get why it doesnt work now. <...> + '' +... (0 Replies)
Discussion started by: sea
0 Replies
CHROOTUID(1)						      General Commands Manual						      CHROOTUID(1)

NAME
chrootuid - run command in restricted environment SYNOPSIS
chrootuid [-i] newroot newuser command... DESCRIPTION
The chrootuid command sets up a restricted environment for executing command. Access to the file system is restricted to the newroot sub- tree; privileges are restricted to those of the newuser account (which must be a known account in the unrestricted environment). The ini- tial working directory is changed to newroot. chrootuid combines chroot(8) and su(1) into one program, so that there is no need to have commands such as /usr/bin/su in the restricted environment. Only the superuser can use the chrootuid command. OPTIONS
There is only one option for chrootuid: -i. That option makes it run in interactive mode. Errors will be printed on stderr instead of through syslog and the exit status will be 1 if there are any errors. RETURN CODES
The exit status of chrootuid when running on daemon mode (default) is always 0. If it is running on interactive mode, it will exit with an exit status of 1 if there is any error in its invocation, otherwise the exit status is the exit status of command. DIAGNOSTICS
Problems are reported to the syslog daemon if running on daemon mode. If running on interactive mode, errors are reported on stderr. SEE ALSO
chroot(8), su(1) AUTHOR(S) Wietse Venema Eindhoven University of Technology Department of Mathematics and Computer Science Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands IBM T.J. Watson Research P.O. Box 704 Yorktown Heights, NY 10598, USA CREATION DATE
Tue Oct 13 11:37:29 MET 1992 LAST MODIFICATION
Mon May 20 22:49:02 CEST 2007 VERSION
/RELEASE 1.3 CHROOTUID(1)
All times are GMT -4. The time now is 02:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy