/
githubmirror
/
e2fsprogs
Обзор
Документация
Войти
/
githubmirror
/
e2fsprogs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/r_inline_xattr/expect
14 строк
557 B
Theodore Ts'o
tests: use grep -E for better portability in r_inline_xattr
24 мар 2020, 04:21
24 мар 2020, 04:21
df5487a
Код
Авторство
О чём код?
resize2fs test debugfs -R ''stat file'' test.img 2>&1 | grep -E ''^Inode\|in inode body\|user.name \('' Inode: 1550 Type: regular Mode: 0644 Flags: 0x0 user.name (11) = "propervalue" Exit status is 0 resize2fs test.img 5M Resizing the filesystem on test.img to 5120 (1k) blocks. The filesystem on test.img is now 5120 (1k) blocks long. Exit status is 0 debugfs -R ''stat file'' test.img 2>&1 | grep -E ''^Inode\|in inode body\|user.name \('' Inode: 12 Type: regular Mode: 0644 Flags: 0x0 user.name (11) = "propervalue" Exit status is 0