answersLogoWhite

0


Best Answer

fdisk -h

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command can you use on your present system to find out more about fdisk?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Command to find ipaddress if you have hostname?

ping hostname or nslookup hostname For more details: http://www.zilckh.com/how-to-find-ip-address-from-hostname-in-a-windows-system-using-command-line/


Where can I find my gateway address to the internet?

Depending on what operating system you have - if it is a Windows system then use the 'ipconfig /all' command. Look for the 'default gateway' address. This is the address to your internet. For Unix based systems, use the 'ifconfig -a' command and/or netstat command to get the same info.


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.


What is the Linux command to find whether a particular software such as gromacs is installed in the system?

whereis [name of program]


How can you use ssh to find out who logged in on a remote system?

If an individual has the same username on the systems being check up on, they could use the command "$ ssh host who" at the prompt for who. This would bring up the listings for all the people who have logged on or off within a certain period of time on this particular system.


What are Significant switches that can be used with the PS command?

It depends on what information you are looking for, and the exact Unix system you are using. Take a look at the 'man ps' command on your system to find out the switches that give the information you are most interested in looking at.


How do you find help about a command in Excel?

Press F1 to start the Help system. In the Search box, type the command you want help for and you can get it that way. For a function, it can be done when using the Insert Function facility, where you can find functions and get help on them.


How do you find out network config from command line?

It depends on the operating system you are using. Most windows systems use the 'ipconfig' command to look at the network adaptor configuration, whereas Unix/Linux use the 'ifconfig' command.


What Linux command is similar to the find or search command in windows?

find


What is use of -exec in find command of unix?

The -exec option executes the following command on a target of the 'find' command.


Which command do you use to locate and select all instances of a word?

Use "Find" to locate all instances of a word.


How many processes are running in a system find Unix command?

PS -e|cut -d " " -fname|wc -l