Answer:
data, sort and filter, text filters
Explanation:
ed 2020
Answer: e) mkdir -p ~/Documents/papers
Explanation:
As the question says we want to create a directory called ~/Documents/papers, but we are not sure whether it exist or not so we would type the command for making directory starting with mkdir.
Here mkdir means make directory. Followed by mkdir we will use -p. Here p is used to create all the directories for getting us the directory we want and its advantage is that it would ignore all the errors if the directory already exist.
Followed by the name of the directory that we want to create.
So the desired answer for the given condition would be mkdir -p ~/Documents/papers
Answer:
B I hope I'm right sorry if I'm wrong
Answer:
Data is the correct answer
Answer:
1.Use passwords that can't be easily guessed, and protect your passwords.
2.Minimize storage of sensitive information.
3.Beware of scams.
4.Protect information when using the Internet and email.
5.Make sure your computer is protected with anti-virus and all necessary 6.security "patches" and updates.
7.Secure laptop computers and mobile devices at all times: Lock them up or carry them with you.
8.Shut down, lock, log off, or put your computer and other devices to sleep before leaving them unattended, and make sure they require a secure password to start up or wake-up.
9.Don't install or download unknown or unsolicited programs/apps.
Secure your area before leaving it unattended.
10.Make backup copies of files or data you are not willing to lose.
Explanation: