Linux Tools Flashcards

1
Q

Backups

A
  • May be built-in to the Linux distribution
  • Check with the documentation
  • Graphical interface - Backup and restore, Scheduling
  • Command-line options - rsync
  • There are many different options
  • That’s the beauty (and challenge) of Linux
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Image recovery

A
  • Not as many options as Windows
  • But still some good ones

•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 maintenance

A
  • Linux doesn’t require a lot of maintenance
  • You probably already know this

• Clean up log space - All logs are stored in /var/log

  • File system check
  • Done automatically every X number of reboots
  • Force after reboot by adding a file to the root
  • sudo touch /forcefsck
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Terminal

A
  • Command line access to the operating system
  • Common to manage in Linux
  • OS maintenance - 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

A
  • Screen access to remote devices
  • Manage from your desk

• 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