Linux Tools Flashcards

1
Q

Backups - Linux Tools

A
  • May be built-in to the Linux distribution
  • Backup and restore with scheduling
  • Command-line options - rsync
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Image recovery - Linux Tools

A
  • Not as many options as Windows
  • dd is built-in to Linux (and very powerful)
  • Other 3rd-party utilities - can image drives
    • GNU Parted, Clonezilla
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Disk maitenance - Linux Tools

A

• Linux doesn’t require a lot of maintenance
• Clean up log space - All logs are stored in /var/log
• File system check - done automatically every X
number of reboots

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

Terminal - Linux Tools

A
  • Command line access to the Linux OS
  • Run scripts, manage files
  • Configure OS and application settings
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Screen sharing - Linux Tools

A
  • Many options, like most of Linux
  • May be included with your distribution
  • UltraVNC, Remmina
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Closing programs - Linux Tools

A
  • Use terminal - sudo for proper permissions
  • sudo killall firefox
  • Graphical kill - kill
How well did you know this?
1
Not at all
2
3
4
5
Perfectly