Game Preview

Course 3 review: commands, filesystems, and driv ...

  •  English    9     Public
    Review for Coursera material
  •   Study   Slideshow
  • What is disk fragmentation? Is it a good thing or a bad thing? Why would you want to defragment a hard disk drive?
  •  15
  • What does it mean to mount a disk?
  •  15
  • What file system would you want to use on an updated Windows computer: Fat32, Ext4 or NTFS?
    NTFS
  •  15
  • What is the risk of reformatting a disk?
  •  15
  • 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
  •  15
  • What is the difference between a program and a process?
  •  15
  • What is another common term for 'background processes'?
    Daemon processes
  •  15
  • 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
  •  15
  • What does it mean for processes to have a 'parent- child' relationship?
  •  15