Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ISOnRM/mode-check

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

git clone https://github.com/ISOnRM/mode-check.git
cd mode-check
make
make install-user

Usage:

mode-check -h

mode-check --help

mode-check \<filename\>

Output:

$ umask
0077
$ touch test_me_i_am_rwxr-xr--
$ mode-check test_me_i_am_rwxr-xr--
(/home/mark/Polygon/test_me_i_am_rwxr-xr--)'s mode: 0600/rw-------
$ chmod -v 754 test_me_i_am_rwxr-xr-- 
mode of 'test_me_i_am_rwxr-xr--' changed from 0600 (rw-------) to 0754 (rwxr-xr--)
$ mode-check test_me_i_am_rwxr-xr-- 
(/home/mark/Polygon/test_me_i_am_rwxr-xr--)'s mode: 0754/rwxr-xr--

About

Mode check tool for testing, written in C (statx syscall)

Topics

Resources

Stars

Watchers

Forks

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.