Setting your Home Flashcards

1
Q

what are these examples of? –sh, csh, bash, tcsh, ksh

A

Different shells

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which shell is more programmer friendly?

A

‘csh’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what are these examples of? gnome, kde, windows-maker

A

Different desktops

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

alias

A

alias any command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

setenv

A

sets the variable name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

PATH

A

is a environment variable that is searched when you type a command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

LD_LIBRARY_PATH

A

library search path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

umask

A

default set the permissions of a new created file by you

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Your cshrc/bashrc

A

these files are executed when you open a new shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

quota, du

A

Disk space limitation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

du –sh filename’

A

tells disk usage of a file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly