Skip to content

Commit 6dd81f4

Browse files
authored
Update linux-command-line.md
1 parent 6aaf643 commit 6dd81f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/posts/linux-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ But you can be sure that all major Linux distros come with the binaries of those
135135
</thead>
136136
<tbody>
137137
<tr><td>mount</td><td>util-linux</td><td>Mount disks or drive</td><td>mount /dev/sda1 /mnt/usb</td></tr>
138-
<tr><td>unmount</td><td>util-linux</td><td>Unmount disks or drive</td><td>unmount /mnt/usb</td></tr>
138+
<tr><td>umount</td><td>util-linux</td><td>Unmount disks or drive</td><td>umount /mnt/usb</td></tr>
139139
<tr><td>fdisk</td><td>util-linux</td><td>Manages disks or drives</td><td>fdisk -l</td></tr>
140140
</tbody>
141141
</table>

0 commit comments

Comments
 (0)