answersLogoWhite

0

I'm not sure what you are referring to by "disk management." There are many utilities to check disk usage, delete files, and manage space quotas.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What Command in disk management consoles updates the information displayed in the Disk Management console but does not scan for new disk hardware?

diskmgmt.msc


Which Linux command can be used to limit the disk space usage allowance of a particular user?

edquota -u username


What command does one enter in the run dialog box to launch disk management utility?

Run DISKMGMT.MSCDISKMGMT.MSC: opens disk management utilityCLEANMGR: opens disk drive clean up utility


What does the k command do in Linux?

k is not a standard command in Linux.


How can one use the Linux utility fdisk to manage partitions?

Fdisk is a command that can be used in Linux to manage partitions. With this command one can view all disk partitions or delete partitions. For detailed information on step by step instruction for using this command one can access 'The Geek Stuff' website.


What is the command to turn on Linux?

There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.


What is a command-line utility that contains a superset of the commands that the disk management snap-in supports?

DiskPart.exe


What command do you use to check disk space in Ubuntu?

Almost all Unix/Linux systems use the 'df' command to find out how big the partition is, how much is in use, and the percentage of the system in use. This command must be used in a command window.


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .


What command can you enter in the run dialog box to launch Disk Management r?

you can run many commands


How do you remove Red Hat Linux from a 2 disk dual boot system with XP on the first disk?

You might be able to do it from control panel>performance and maintenance>administrative tools>computer management>storage>disk management. It should show both disks, but I'm not sure if Windows can recognize the Linux partition. If it does, right click on it and either format the drive or remove the partition. I hope this works for you.


Which Linux command can be used to determine the available space on local hard-disk partitions?

df df - report file system disk space usage du du - estimate file space usage