In Linux, when running `parted` in interactive mode, what happens when you enter the command `mkpart primary linux-swap 5GiB 100%`? Select all that apply.
a) Creates a primary partition for Linux swap.
b) Allocates 5 GiB of disk space for the Linux swap partition.
c) Utilizes 100% of the available disk space for the Linux swap partition.
d) Initializes the partition as the primary bootable partition.