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