Linux Utility Commands Flashcards

1
Q

Grab URL

A

wget http:// -O url.txt -o /dev/null

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

Remote Desktop to

A

rdesktop

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

Put file

A

scp /tmp/file user@x.x.x.x:/tmp/file

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

Get file

A

scp user@:/tmp/file /tmp/file

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

Add user

A

useradd -m

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

Change user password

A

passwd

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

Remove user

A

rmuser uname

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

Record shell : Ctrl-D stops

A

scrip -a

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

Find related command

A

apropos

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

View users command history

A

history

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

Executes line # in history

A

!

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