/ntfs

The NTFS partition information reader project is a console-based application written in C++ that allows users to read and display information related to an NTFS partition 💽

Primary LanguageC++

NTFS

Chương trình đọc phân vùng NTFS.

Các câu lệnh:

  • dir: liệt kê các tập tin/thư mục có trong thư mục hiện tại.
  • cd: thay đổi thư mục.
    • cd ..: về thư mục cha.
    • cd <input>: vào thư mục input.
  • cat <input>: xem nội dung của tập tin input.
  • cls: xóa console.
  • exit: thoát chương trình.