USF-OS / FogOS

Other
1 stars 24 forks source link

Directory Size Viewing tool/File Permissions View #25

Open MessiBest07 opened 4 months ago

MessiBest07 commented 4 months ago

implements a command to quickly calculate and display the total size of all files in a directory and its subdirectories/A simple command line tool that lists file permissions and provides an easy way to modify them

malensek commented 4 months ago

Cool, so kind of like ‘du’ command? Maybe you could also support displaying the sizes with human readable units, bytes could be default but you could display KB MB etc. The man page for du would have some other ideas for additional features.

for the second part, xv6 doesn’t have permissions so we can’t do it (yet :-))