这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@elig0n
Copy link
Contributor

@elig0n elig0n commented Jun 13, 2024

Use one 'find' run to fix files permissions

using chmod's X bit

Use one 'find' run to fix files permissions
@sylirre

This comment was marked as outdated.

@sylirre sylirre closed this Jun 13, 2024
@sylirre sylirre reopened this Jun 13, 2024
@sylirre
Copy link
Member

sylirre commented Jun 13, 2024

Reopening, did't saw it actually u+rwX and not u+rwx. The former seems to behave as it should.

~ $ touch file
~ $ mkdir dir
~ $ chmod 000 file dir
~ $ chmod u+rwX file dir
~ $ ls -ld file dir
drwx------ 2 user group 4096 июн 13 16:56 dir
-rw------- 1 user group    0 июн 13 16:56 file

@sylirre sylirre merged commit 5e3ee19 into termux:master Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants