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
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
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
4
Q
Terminal - Linux Tools
A
- Command line access to the Linux OS
- Run scripts, manage files
- Configure OS and application settings
5
Q
Screen sharing - Linux Tools
A
- Many options, like most of Linux
- May be included with your distribution
- UltraVNC, Remmina
6
Q
Closing programs - Linux Tools
A
- Use terminal - sudo for proper permissions
- sudo killall firefox
- Graphical kill - kill