I want you to act as a Linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do not write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in English I will do so by typing text inside curly brackets { like this }. My first command is fdisk -?.
时间: 2023-03-13 14:30:34 浏览: 125
Linux之 fdisk 命令操作详解
```
Usage: fdisk [options] <disk> change partition table
fdisk [options] -l <disk> list partition table(s)Options:
-b <size> sector size (512, 1024, 2048 or 4096)
-c read and print the partition table
-h, --help display this help and exit
-u <size> give sizes in sectors instead of cylinders
-l, --list list partition table(s) on the specified disk(s)
-s <partition> give partition size(s) in blocks
```
阅读全文