what are these examples of? –sh, csh, bash, tcsh, ksh
Different shells
Which shell is more programmer friendly?
‘csh’
what are these examples of? gnome, kde, windows-maker
Different desktops
alias
alias any command
setenv
sets the variable name
PATH
is a environment variable that is searched when you type a command.
LD_LIBRARY_PATH
library search path
umask
default set the permissions of a new created file by you
Your cshrc/bashrc
these files are executed when you open a new shell
quota, du
Disk space limitation
du –sh filename’
tells disk usage of a file