thanx dit is gelukt
maar zit nu op een andere probleem
/home/moal/lg3d/bin /home/moal
/home/moal
LG_SETTINGS -Dlg.etcdir=/home/moal/lg3d/bin/../etc/
rmiregistry: Command not found.
[1] 12756
[1] Exit 1 rmiregistry 44817
ik heb op een andere forum gelezen dat ik mijn export rules in bashrc moet aanpassen alleen weet ik niet wat ze daarmee bedoelen
hieronder mijn bashrc bestand:
# ~/.bashrc: executed by bash(1) for non-login shells.
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
#export HISTCONTROL=ignoredups
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" -a -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
# A color and a non-color prompt:
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w \$ '
# Comment in the above and uncomment this below for a color prompt
#PS1='${debian_chroot:+($debian_chroot)}\\[\033[01;32m\]\u@\h\\[\033[00m\]:\\[\033[01;34m\]\w\\[\033[00m\] \$ '
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
;;
*)
;;
esac
# enable color support of ls and also add handy aliases
if [ "$TERM" != "dumb" ]; then
export LS_OPTIONS='--color=auto'
eval `dircolors -b`
fi
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
# Some more alias to avoid making mistakes:
#alias rm='rm -i'
#alias cp='cp -i'
#alias mv='mv -i'
umask 022
[
Voor 67% gewijzigd door
Verwijderd op 25-05-2005 19:30
]