mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
Add chown() syscall and a simple /bin/chown program.
This commit is contained in:
parent
711e2b2651
commit
1d2529b4a1
19 changed files with 130 additions and 5 deletions
|
@ -66,6 +66,7 @@ cp -v ../Userland/sysctl mnt/bin/sysctl
|
|||
cp -v ../Userland/pape mnt/bin/pape
|
||||
cp -v ../Userland/dmesg mnt/bin/dmesg
|
||||
cp -v ../Userland/chmod mnt/bin/chmod
|
||||
cp -v ../Userland/chown mnt/bin/chown
|
||||
cp -v ../Userland/top mnt/bin/top
|
||||
cp -v ../Userland/ln mnt/bin/ln
|
||||
cp -v ../Userland/df mnt/bin/df
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue