add directory Linux-0.98
This commit is contained in:
7
Linux-0.98/Yggdrasil-0.98.3/var/home/guest/.bashrc
Normal file
7
Linux-0.98/Yggdrasil-0.98.3/var/home/guest/.bashrc
Normal file
@@ -0,0 +1,7 @@
|
||||
PS1=`hostname`' [\!] '
|
||||
ignoreeof=0
|
||||
HISTFILESIZE=0
|
||||
HISTFILE=''
|
||||
alias ls='ls -AF'
|
||||
alias which='type -path'
|
||||
PATH=/usr/local/bin:/bin:/usr/bin:.:/usr/local/bin:/usr/bin/X11:/usr/TeX/bin:.
|
||||
5
Linux-0.98/Yggdrasil-0.98.3/var/home/guest/.kermrc
Normal file
5
Linux-0.98/Yggdrasil-0.98.3/var/home/guest/.kermrc
Normal file
@@ -0,0 +1,5 @@
|
||||
set line /dev/ttys2
|
||||
set file type binary
|
||||
set file name literal
|
||||
set case off
|
||||
conn
|
||||
28
Linux-0.98/Yggdrasil-0.98.3/var/home/guest/.profile
Normal file
28
Linux-0.98/Yggdrasil-0.98.3/var/home/guest/.profile
Normal file
@@ -0,0 +1,28 @@
|
||||
cat << !!
|
||||
This is the guest account for exploring the system. The shell
|
||||
for this account is /bin/bash, the "Bourne Again SHell." Bash is
|
||||
compatible with Bourne syntax, and has job control, file completion
|
||||
(with the tab key), command history and command line editting.
|
||||
|
||||
You can use the "man" command to read the manual page about
|
||||
different commands. In particular, check out mv, cp, ls, and rm, and
|
||||
mkdir for file manipulation, emacs for file editting, tex or groff for
|
||||
typesetting, gcc and g++ for C and C++ programming, and gs for ghostscript,
|
||||
a postscript-compatible page description language.
|
||||
|
||||
If you want to start the X window system, here are some
|
||||
caveats. The X server uses a configuration file to determine the VGA
|
||||
video chipset, screen resolutions are available, the type of mouse
|
||||
where it is connected. The default configuration file is
|
||||
/usr/lib/X11/Xconfig, which, as that file is shipped on the CDROM,
|
||||
expects an ET4000 video chip, and a Mouse Systems compatible serial
|
||||
mouse attached to the first serial port (/dev/ttys1). You can start
|
||||
the X server in this default mode with the command "xinit", or you
|
||||
select from the other Xconfig files in /usr/lib/X11 or use your own
|
||||
Xconfig file like so (notice the double hyphen):
|
||||
|
||||
xinit -- -xconfig your_xconfig_file
|
||||
|
||||
!!
|
||||
source .bashrc
|
||||
sync
|
||||
13
Linux-0.98/Yggdrasil-0.98.3/var/home/guest/.x-message
Executable file
13
Linux-0.98/Yggdrasil-0.98.3/var/home/guest/.x-message
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
cat << !!
|
||||
|
||||
You may have to edit the "clocks" line in /usr/lib/X11/Xconfig
|
||||
in order to make X windows work on your VGA card.
|
||||
|
||||
Use Ctl-Alt-Backspace escape from X windows if anything goes wrong.
|
||||
|
||||
Use Ctl-Alt-<Numberpad +> to cycle through the X video modes.
|
||||
|
||||
!!
|
||||
sync
|
||||
exec $SHELL
|
||||
2
Linux-0.98/Yggdrasil-0.98.3/var/home/guest/.xinitrc
Normal file
2
Linux-0.98/Yggdrasil-0.98.3/var/home/guest/.xinitrc
Normal file
@@ -0,0 +1,2 @@
|
||||
twm &
|
||||
xterm -geometry +75+200 -title CONSOLE -e sh /var/home/guest/.x-message
|
||||
0
Linux-0.98/Yggdrasil-0.98.3/var/tmp/.X11-unix/X0
Executable file
0
Linux-0.98/Yggdrasil-0.98.3/var/tmp/.X11-unix/X0
Executable file
Reference in New Issue
Block a user