Kali Shortcuts Flashcards
1
Q
What is the kill command shortcut and when might it be used?
A
Ctrl + c
You would use this when you want to stop a ping.
2
Q
What is the command to suspend a task in a terminal>
A
Ctrl + z
3
Q
How do I access a suspended task in the terminal and start it again?
A
Type the command ‘fg’ and the associated number.
Note: If there is only one suspended task, simple type ‘fg’ to start the process again.
4
Q
What is the command to clear the terminal of text?
A
Type the command ‘clear’
5
Q
What does the tab key do?
A
It is used to auto-complete a command without the need to type it fully.
6
Q
How can you access all previously typed commands?
A
Type the command ‘history’
7
Q
What is the shortcut to clear the screen?
A
Ctrl + l