Coder Social home page Coder Social logo

zzhqk / fatattr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from terseus/fatattr

0.0 1.0 0.0 144 KB

Small linux application to see or modify MSDOS attributes in a FAT file system

License: GNU General Public License v3.0

Python 8.80% C 91.20%

fatattr's Introduction

fatattr

Small linux application to see or modify MSDOS attributes in a FAT file system. Uses the ioctl calls of the linux kernel header msdos_fs.h to access and modify the MSDOS attributes.

Requirements

  • SCons
  • Clang
  • Linux kernel :)

Installation

Type scons to build the program, the executable will be in bin/fatattr. Type scons -h to see the build options available.

Usage

Command syntax: fatattr [options] FILE1 ...

Accepted options:

  • +R: Sets the read-only attribute.
  • -R: Remove the read-only attribute.
  • +A: Sets the archive attribute.
  • -A: Remove the archive attribute.
  • +S: Sets the system attribute.
  • -S: Remove the system attribute.
  • +H: Sets the hidden attribute.
  • -H: Remove the system attribute.
  • +D: Sets the directory attribute (warning! see below).
  • -D: Remove the directory attribute (warning! see below).
  • +V: Sets the volume label attribute (warning! see below).
  • -V: Remove the volume label attribute (warning! see below).
  • --recursive: If FILE is a directory, process it recursively.
  • --verbose: Verbose attribute changes.
  • --help: Show this help.
  • --version: Show only the program name, version and credits.
  • --: Forces all arguments past this one to be interpreted as files.

If no attribute change is specified, the program prints the file(s) attributes.

Do NOT use the +D, -D, +V and -V options if you don't know EXACTLY what you are doing.

fatattr's People

Contributors

terseus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.