Difference between revisions of "Linux"

From New IAC Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
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   
+
available memory in megabytes
 +
* free -m
 +
 
 +
 
 +
* convert -density 300 aluminum-44MeV.pdf aluminum-44MeV.png   
  
  
  
 
Create CD-ROM ISO image with dd command:
 
Create CD-ROM ISO image with dd command:
*dd if=/dev/cdrom of=/tmp/cdimg1.iso
+
* dd if=/dev/cdrom of=/tmp/cdimg1.iso

Revision as of 18:54, 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


available memory in megabytes

  • free -m


  • 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