Edit Game
Course 3 review: commands, filesystems, and driv ...
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   9  Close
What does it mean for processes to have a 'parent- child' relationship?
here is an example of a linux command: less /etc/some_file | grep Hello ; what is the parent process and what is the child process?
here, 'less' is the parent and 'grep' is the child
What is another common term for 'background processes'?
Daemon processes
What is the difference between a program and a process?
What tools can we use to partion disks on Linux and Windows CLI?
On Windows we can use Diskpart and on Linux we can use Parted Tool
What is the risk of reformatting a disk?
What file system would you want to use on an updated Windows computer: Fat32, Ext4 or NTFS?
NTFS
What does it mean to mount a disk?
What is disk fragmentation? Is it a good thing or a bad thing? Why would you want to defragment a hard disk drive?