mirror of https://github.com/docker/docs.git
btrfs-driver.md: remove unneeded use of sudo and cat
This commit is contained in:
parent
413ec52d41
commit
fc40ccf269
|
@ -42,7 +42,7 @@ Btrfs Filesystem as Btrfs.
|
|||
command:
|
||||
|
||||
```bash
|
||||
$ sudo cat /proc/filesystems | grep btrfs
|
||||
$ grep btrfs /proc/filesystems
|
||||
|
||||
btrfs
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue