Robhogg thanks for your response the alias command returns the following:
Code:
alias cp='cp -i'
alias l='ls $LS_OPTIONS -Al'
alias l.='ls -d .* --color=tty'
alias ll='ls $LS_OPTIONS -l'
alias ls='ls $LS_OPTIONS'
alias mv='mv -i'
alias rm='rm -i'
alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
But as I see there is no such line with --human option listed...
2.
Code:
ldd /usr/bin/top
linux-gate.so.1 => (0xffffe000)
libproc.so.2.0.6 => /lib/libproc.so.2.0.6 (0xf7f2e000)
libncurses.so.4 => not found
libc.so.6 => /lib/libc.so.6 (0x00143000)
/lib/ld-linux.so.2 (0x00125000)
From the above the only thing that is obvious is that libncurses.so.4 is missing after issuing the command : echo $LD_LIBRARY_PATH nothing returns so the variable is probably empty and is missing from lib folder ..