This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
DragonOS-Community
/
DragonOS
mirror da
https://github.com/DragonOS-Community/DragonOS.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Ramo (Branch):
oscomp
Rami (Branch)
Tag
dragonosbot/docs-translation-update-1751116866
dragonosbot/docs-translation-update-1755875057
dragonosbot/docs-translation-update-1755875985
feat-network-rebuild
master
oscomp
V0.2.0
V0.1.10
V0.1.9
V0.1.8
V0.1.7
V0.1.6
V0.1.5
V0.1.4
V0.1.3
V0.1.2
V0.1.1
V0.1.0
DragonOS
/
user
/
apps
/
test-chown
Samuel Dai
153b7a6cb8
feat(CI): Build both platform image without edit configs (
#3
)
5 mesi fa
..
src
55e6f0b65f
feat:添加chown系统调用 (
#962
)
10 mesi fa
.gitignore
55e6f0b65f
feat:添加chown系统调用 (
#962
)
10 mesi fa
Cargo.toml
55e6f0b65f
feat:添加chown系统调用 (
#962
)
10 mesi fa
Makefile
153b7a6cb8
feat(CI): Build both platform image without edit configs (
#3
)
5 mesi fa
README.md
55e6f0b65f
feat:添加chown系统调用 (
#962
)
10 mesi fa
README.md
一个简单的用于测试chown系列系统调用的程序
由于symlink系统调用还未实现,目前只测试chown和fchown
测试前需要手动添加nogroup用户组和nobody用户(程序里加不了)
useradd -d /nonexistent -g 65534 -u 65534 -s /usr/local/bin/false nobody