I'm trying to change a default for the df command.
When I type the df command, I see the amount of disk free space listed in kilobytes. I want to change the default so that when I type in df alone, I will see the disk free space in Megabytes.
I already know that when I type df -m or df -h I will see it in megabytes, but I strictly just want to type in df so that I can see the values in megabytes.
If I can get a step by step on how to make this possible on changing the default for the df command to megabytes, I would love that. I was told that command line flags also could affect how this command could work, so I would also like clarification on that as well.