mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:07:35 +00:00
Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.
This commit is contained in:
parent
71b6436552
commit
37ae00a4dd
11 changed files with 99 additions and 2 deletions
|
@ -79,6 +79,7 @@ cp -v ../Userland/uc mnt/bin/uc
|
|||
cp -v ../Userland/tc mnt/bin/tc
|
||||
cp -v ../Userland/host mnt/bin/host
|
||||
cp -v ../Userland/qs mnt/bin/qs
|
||||
cp -v ../Userland/mv mnt/bin/mv
|
||||
chmod 4755 mnt/bin/su
|
||||
cp -v ../Applications/Terminal/Terminal mnt/bin/Terminal
|
||||
cp -v ../Applications/FontEditor/FontEditor mnt/bin/FontEditor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue