how do you check the remaining hard drive space in redhat linux 9? also, how do you enter a "task manager" kind of application?

Recommended Answers

All 5 Replies

how do you check the remaining hard drive space in redhat linux 9?

There should be some sort of application in the "utilities" or something like that....

also, how do you enter a "task manager" kind of application?

I usually open up the terminal, and then type "ps -aux" to list the currently running processes, and then "kill x" where x is the process number to quit. Again, there's probably some application in the system utilities that will do that. Google is your friend.

you can right click on the home folder and see how much free space you have.

thank you guys! perfect solution

you're welcome

commented: thanks for the solution to the hard drive question +1

df -H shows parition space

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.