IT Questions and Answers :)

Saturday, November 9, 2019

Malware is best defined as...

Malware is best defined as...

  • Software designed to infiltrate or damage a PC
  • Program designed to protect the Operating System
  • Microsoft Arithmetic LAN Software
  • Software run in the background of any Windows OS
Malware is best defined as...

EXPLANATION

A definition of malware. “Malware” is short for “malicious software” - computer programs designed to infiltrate and damage computers without the users consent. Malware” is the general term covering all the different types of threats to your computer safety such as viruses, spyware, worms, trojans, rootkits and so on.

 

Share:

When it comes to IT Security, what does APT stand for?

When it comes to IT Security, what does APT stand for?

  • Automatic Package Transfer
  • Advanced Persistent Threat
  • Advanced Packaging Tool
  • Applied Computing Toolkit 

EXPLANATION

An advanced persistent threat (APT) is a prolonged and targeted cyberattack in which an intruder gains access to a network and remains undetected for an period of time. The intention of an APT attack is usually to monitor network activity and steal data rather than to cause damage to the network or organization.

 

Share:

What is the default Unix shell in macOS?

What is the default Unix shell in macOS?

  • tcsh
  • bash
  • ksh
  • zsh 

EXPLANATION

If you did a new or clean install of OS X version 10.3.x, the default user shell is bash. Bash is essentially an enhanced and GNU freeware version of the original Bourne shell, sh. Unless you happen to like bash, I recommend either switching to tcsh or zsh.

Starting with macOS Catalina, Macs will now use zsh as the default login shell and interactive shell across the operating system. All newly created user accounts in macOS Catalina will use zsh by default 


Share:

In Linux, the root account is associated with which UID?

In Linux, the root account is associated with which UID?

  • 1
  • 0
  • 6
  • 4


EXPLANATION

Usually, the root user account is called root . However, in Unix and Linux, any account with user id 0 is a root account, regardless of the name. It is fairly common for certain system administrators to have their own root accounts on a system, with their own passwords.

 

Share:

Which of these is NOT a Linux boot loader?

Which of these is NOT a Linux boot loader?

  • Syslinux
  • GRUB
  • Red Wing
  • LILO 
Which of these is NOT a Linux boot loader?

EXPLANATION

For Linux, the two most common boot loaders are known as LILO (LInux LOader) and LOADLIN (LOAD LINux). An alternative boot loader, called GRUB (GRand Unified Bootloader), is used with Red Hat Linux. LILO is the most popular boot loader among computer users that employ Linux as the main, or only, operating system.
The SYSLINUX Project is a suite of lightweight master boot record (MBR) boot loaders for starting up IBM PC compatible computers with the Linux kernel.

 

Share:

Popular Posts