Difference between revisions of "Linux"

From New IAC Wiki
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

go back


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