Linux Commands Flashcards

Cover all advanced linux commands in mod 8

1
Q

strace

page 30

A

strace - intercepts and records sys calls that are called by a process

  • c count time,calls, and errors for each sys call
  • e Traces a sys call event, i.e trace only “open”
  • o Each process trace is written to the filename given
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

lsmod

page 33

A

lsmod - lists all currently loaded kernel modules

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