Please assist with the below Linux assignment: 1. Research online to find sites that provide lists of essential commands that a new Linux system administrator should be familiar with. Using these sites, create a “command” quick reference document that can be used as you continue to learn/use Linux (include at least 15 commands). Rewrite the command, so it makes sense to you, DO NOT simply cut and paste from the website. See the fdisk example: Name- fdisk Disk partition tool used to divide a hard disk into logical disks (partitions). Syntax- fdisk [-u] [-b sectorsize] [-C cyls] [-H heads] [-S sects] device -b sectorsize Specify the sector size of the disk (512/1024/2048) -C cyls Specify the number of cylinders in a disk. -H heads Specify the number of heads of the disk -S sects Specify the number of sectors per track of the disk -u Partition table sizes listed need to be given in sectors instead of cylinders.
Please assist with the below Linux assignment:
1. Research online to find sites that provide lists of essential commands that a new Linux system administrator should be familiar with. Using these sites, create a “command” quick reference document that can be used as you continue to learn/use Linux (include at least 15 commands). Rewrite the command, so it makes sense to you, DO NOT simply cut and paste from the website. See the fdisk example:
Name- fdisk
Disk partition tool used to divide a hard disk into logical disks (partitions).
Syntax- fdisk [-u] [-b sectorsize] [-C cyls] [-H heads] [-S sects] device
-b sectorsize
Specify the sector size of the disk (512/1024/2048)
-C cyls
Specify the number of cylinders in a disk.
-H heads
Specify the number of heads of the disk
-S sects
Specify the number of sectors per track of the disk
-u
Partition table sizes listed need to be given in sectors instead of cylinders.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps