commit | d056b99191c87a68dc73ef01817169fb8f50afbd | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Jan 04 15:28:51 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jan 04 15:28:51 2008 -0500 |
tree | 470e58f9f0377af11ffc6380563ce2ffb90acbff | |
parent | fef2b38d8e5b475655771f8208265a8fa9246601 [diff] |
debugfs: Add -p option to ls subcommand. Originally submitted by Jason Pyeron: While working with a compromized system (suckit root kit) hidden files were viewable by debugfs but not any other utility. When spaces and tabs were put into the directory names defugfs did not "show" them. "ls -p" quotes the output so is can be parsed easily. Addresses-Red-Hat-Bugzilla: #149480 Addresses-Sourceforge-Feature-Request: #1201667 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>