Best Practices for Linux ( Comptia Objective 1.9) Flashcards

1
Q

What is one of the big benefits of Linux OS when it comes to completing tasks

A
  • Tasks can be completed in a lot of different ways allowing you to find the method that works best for you.
  • E.G. When scheduling backups there are many options from using the command line or using the graphical interface that may be included with the particular distribution of Linux being used.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What command utility in linux would allow you to perform a backup on any type of storage device?

A
  • tar ( Tape Archive)
  • Easy to script into a backup schedule.
  • “rsync” or remote sync is another good command to use for backing up data. Allows you to sync files between storage devices( instant synchronization or scheduled) similar to icloud.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is one of the benefits when it comes to disk storage/ maintenance on Linux OS?

A
  • Very little disk maintenance required. As long as you have space and resources to store your data you’re good to go.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It is a good idea to check the File System in Linux every once in a while what do you need to make sure of when doing this?

A
  • Make sure the File systems aren’t mounted when checking the file system. This often means checking the File System upon bootup.
  • Often this is done automatically after a certain number of reboots, however some systems don’t get rebooted very often in that case you would want to force the file system check by adding a file to the root
  • To accomplish this you would use the command “ sudo touch /forcefsck”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Another good system maintenance task to perform would be to clean up your log space and ensure you have enough space for your logs. What directory would you use to access to do this?

A
  • “/var/log”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

It’s important to perform system and application updates for your Linux OS system. What command’s would you use to do this?

A
  • ” apt-get”
  • ” yum”
    • Note you can also use Graphical update managers to achieve this as well if your distribution of Linux includes it. This is often called “ Software updater”
  • You can also perform scheduled updates to allow patch management in the workplace environment where Change Management is so crucial ,
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If you would like to see a list of the installed applications or would like to install new applications inside of Linux what would you use to see this?

A
  • Software Center( The Linux app store)

- Usually included with your distribution of Linux OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are often included with a kernel update?

A
  • Device drivers
  • So if you are updating the kernel inside Linux you are also updating the device drivers as well.
  • If additional drivers are needing to be installed they can be installed using the graphical “ Software and updates” utility inside of LInux or can be done at the command line as well.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a bonus about Linux when it comes to malware and viruses?

A
  • There are relatively fewer viruses and malware for Linux when compared to an OS like Windows.( However it is still a good idea to keep updated)
  • There are however there are some third party AV applications for Linux such as “ ClamAV” which is an open source antivirus engine. ( Just like any other AV application always a good idea to make sure you updating the AV signature databases and always use real time scanning)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly