Difference between revisions of "Linux"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
[https://wiki.iac.isu.edu/index.php/RS_How_to_... go back] | [https://wiki.iac.isu.edu/index.php/RS_How_to_... go back] | ||
| + | |||
| + | |||
| + | to remove non-empty directory | ||
| + | |||
| + | * rm -rf <directory name> | ||
to check hard drive partition: | to check hard drive partition: | ||
| − | *fdisk -l | + | |
| − | *parted /dev/sda print | + | *fdisk -l |
| + | |||
| + | *parted /dev/sda print | ||
Revision as of 17:43, 30 June 2011
to remove non-empty directory
* rm -rf <directory name>
to check hard drive partition:
*fdisk -l
*parted /dev/sda print