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