1.11 - Linux Features Flashcards
1
Q
Backups
A
- Many options
– Command line and graphical
– May be included with the distribution -
tar
– Tape Archive
– Easy to script into
– a backup schedule -
rsync
– Sync files between storage devices
– Instant synchronization or scheduled - Command line tools
apt-get, yum - Graphical update managers
– Software updater - Patch management
– Updates can be scheduled - Software center
– The Linux “App Store”
2
Q
Anti-Virus / Anti-malware
A
- Relatively few viruses and malware for Linux
– Still important to keep updated - Clam Antivirus
– Open source antivirus engine - Same best practice as any other OS
– Always update signature database
– Always use real-time scanning
3
Q
Shell/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
4
Q
Samba
A
- Add SMB (Server Message Block) to Linux
– File and print sharing
– Active Directory integration - Integrate Linux into a Windows environment
– Linux becomes a Windows file server