Linux Tools Flashcards

1
Q

Backups

A
  • May be built-in to the Linux Distribution
    • -Check documentation
  • Graphical Interface
    • Backup & restore
    • Scheduling
  • Command Line Option
    • tar
    • rsync
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

  • ‘dd’ is built-in to Linux
    • Very powerful
  • Other third-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

  • 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 /forcefsk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Terminal

A
  • Command Line access to Operating System
    • Common to manage Linux
  • OS maintenance
    • Run scripts , manage files
    • Configure OS & 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 in your distribution
    • UltraVNC , Remmina , FreeRDP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Closing Programs

A
  • Use terminal
    • sudo for proper permissions
  • Killall
    • sudo killall firefox
  • Xkill
    • Graphical kill

-Kill (process id)

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