8000 Releases · duangsuse-valid-projects/attrtools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: duangsuse-valid-projects/attrtools

E2 immutable command-line single-program library

30 Jul 04:32
Compare
Choose a tag to compare
// Author: duangsuse
// Utility for changing file "Immutable" attribute and reading file "Append"
// "Immutable" attribute
// Language: C99 / C++ 11
// Created: Jul, 2018 License: GPLv2

// Usage: e2immutable (+/-/@) <file path>
// @: query file attr
//   return 0: no attribute
//   return 255: stat/cmdline fails
//   return 254: fgetfattr fails
//   return 1: +i
//   return 2: +a
//   return 3: +i +a
// +: add immutable attribute
//   return 0: OK, changed
//   return 1: OK, unchanged
//   return 255: stat/cmdline fails
//   return 254: fsetfattr fails
// -: remove immutable attribute
//   return 0: OK, changed
//   return 1: OK, unchanged
//   return 255: stat/cmdline fails
//   return 254: fsetfattr fails

Version 1

29 Jul 14:32
9eca200
Compare
Choose a tag to compare

Just a binary release

0