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
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
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
4
Q
Terminal
A
- Command Line access to Operating System
- Common to manage Linux
- OS maintenance
- Run scripts , manage files
- Configure OS & 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 in your distribution
- UltraVNC , Remmina , FreeRDP
6
Q
Closing Programs
A
- Use terminal
- sudo for proper permissions
- Killall
- sudo killall firefox
- Xkill
- Graphical kill
-Kill (process id)