Linux Tools( Comptia Objective 1.9) Flashcards

1
Q

When performing backups what is a good thing to check and see about your specific distribution of Linux?

A
  • Check and see if your distribution has a built in backup utility many distributions include this. Check the documentation
  • Usually provides a graphical interface for backups and restoring. Can usually also provide scheduled backups functionality as well.
  • Note you can commonly use command line options to achieve this as well such as “rsync” and “tar”. There are many different options inside of Linux which is the beauty of it and also the challenge of Linux as well.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Like in Windows in Linux there are some good options for Image Recovery such as?

A
  • the “ dd” command which is a utility built into Linux which allows you to convert and copy a file and also backup and restore a partition as well.
  • This is because pretty much everything in Linux appears as a file so you can image a whole partition on a drive for restore later. ( Very powerful)
  • There are also 3rd party utilities available to image a drive as well such as GNU Parted and Clonezilla.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is one benefit of Linux OS when it comes to Disk Maintenance?

A
  • Linux doesn’t require a lot of maintenance( You probably already knew this)
  • However you will want to Clean up log space using the /var/log directory.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a very powerful tool to use in Linux similar to Windows Command Prompt?

A
  • Terminal
  • Provides command line access to the operating system( Common to manage in Linux)
  • Allows you to maintain the OS as well as run scripts, manage files, Configure the OS and application settings as well.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If you want to see more than the command line on a remote device then what would you want to use in Linux to achieve this?

A
  • Screen Sharing
  • Screen access to remote devices( Manage from your desk)
  • Many options available in Linux usually built into the distribution of Linux such as UltraVNC and Remmina.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly