This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
DragonOS-Community
/
DragonOS
oglindă de
https://github.com/DragonOS-Community/DragonOS.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
master
Ramuri
Etichete
chenlinfeng-backtrace
dev-dadk-0.2.0
feat-dynamic-link
feat-network-rebuild
master
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
/
README.md
README.md
331 B
Permalink
Istoric
Crud
一个简单的用于测试chown系列系统调用的程序
由于symlink系统调用还未实现,目前只测试chown和fchown
测试前需要手动添加nogroup用户组和nobody用户(程序里加不了)
useradd -d /nonexistent -g 65534 -u 65534 -s /usr/local/bin/false nobody