Difference between revisions of "Linux"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
to remove non-empty directory | to remove non-empty directory | ||
− | |||
* rm -rf <directory name> | * rm -rf <directory name> | ||
to check hard drive partition: | to check hard drive partition: | ||
− | |||
*fdisk -l | *fdisk -l | ||
*parted /dev/sda print | *parted /dev/sda print | ||
+ | |||
+ | |||
+ | *convert -density 300 aluminum-44MeV.pdf aluminum-44MeV.png | ||
+ | |||
+ | |||
+ | |||
+ | Create CD-ROM ISO image with dd command: | ||
+ | *dd if=/dev/cdrom of=/tmp/cdimg1.iso |
Revision as of 17:48, 30 June 2011
to remove non-empty directory
- rm -rf <directory name>
to check hard drive partition:
- fdisk -l
- parted /dev/sda print
- convert -density 300 aluminum-44MeV.pdf aluminum-44MeV.png
Create CD-ROM ISO image with dd command:
- dd if=/dev/cdrom of=/tmp/cdimg1.iso