This is the 10th week of Beginners Linux Commands. This week, I will share 10 commands that can be used to check Linux systems and administration.

  1. curl– transferring data using various network protocols. (supports more protocols than get)
  2. dd– convert and copy files.
  3. fdisk – manipulate the disk partition table.
  4. parted – for creating and manipulating partition tables.
  5. blkid – command-line utility to locate/print block device attributes.
  6. mkfs – build a Linux…

--

--