Wednesday, March 28, 2018
Tuesday, March 27, 2018
Which of the following is true of IMAP?
Which of the following is true of IMAP?
- It uses port 110
- It sends and receives email
- It can only be used to send email
- It leaves messages on the mail server
EXPLANATION
Unlike POP3, IMAP does not directly download and then remove messages from the mail server. Instead, it leaves the email on the server so that messages can be retrieved from various locations. IMAP is used only to retrieve email and uses port 143.Here is some further discussion about this question
SOURCE
https://www.siteground.com/tutorials/email/pop3-imap-smtp-ports.htm
Monday, March 26, 2018
What Linux command sets a files permission?
What Linux command sets a files permission?
- properties
- rights
- chmod
- attrib
EXPLANATION
In order to make this practical, a method had to be devised to protect the users from each other. After all, you could not allow the actions of one user to crash the computer, nor could you allow one user to interfere with the files belonging to another user.
This lesson will cover the following commands:
chmod - modify file access rightssu - temporarily become the superuserchown - change file ownershipchgrp - change a file's group ownership
SOURCE
http://linuxcommand.org/lc3_lts0090.phpThursday, March 22, 2018
Which of the following does ROBOCOPY stand for?
Which of the following does ROBOCOPY stand for?
- Recursive File Copy
- Robust File Copy
- Read Only Block Option Copy
- Robot Copy
EXPLANATION
ROBOCOPY, or "Robust File Copy", is a command-line directory and/or file replication commandSOURCE
https://en.wikipedia.org/wiki/RobocopyTuesday, March 20, 2018
Which of these is NOT a PHP class?
Which of these is NOT a PHP class?
- PDO
- XMLReader
- ErrorLog
- DateTime
EXPLANATION
"ErrorLog" is the correct answer. PHP has a function called "error_log", but it returns true/false and there is no object-oriented version like there is with some of the other classes.PDO is a PHP extension for working with databases. XMLReader and DateTime are also classes, though they both have procedural versions too.
Which of these is NOT a utility that lets you create a bootable live USB drive for Linux?
Which of these is NOT a utility that lets you create a bootable live USB drive for Linux?
- LiveUSB Install
- UNetbootin
- GotLive
- LiLi


