mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
Userland: Add a simple /bin/stat program.
This commit is contained in:
parent
02bfbb712a
commit
dda9b9ab1b
4 changed files with 101 additions and 0 deletions
|
@ -72,6 +72,7 @@ cp -v ../Userland/ln mnt/bin/ln
|
|||
cp -v ../Userland/df mnt/bin/df
|
||||
cp -v ../Userland/su mnt/bin/su
|
||||
cp -v ../Userland/env mnt/bin/env
|
||||
cp -v ../Userland/stat mnt/bin/stat
|
||||
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