<$BlogRSDURL$>
LinuxCommands
Friday, April 16, 2004
  To dump a MySQL database:

mysqlhotcopy databasename targetdirectory

To see what the size of multiple directories are without seeing the size of all the files inside:

du -hcs directory1 directory2 directory3

To make an ISO image of a directory to be burned:

mkisofs -R -o newfilename.raw directoryname

To record a CD at 24x:

cdrecord -v speed=24 dev=0,0 filename.raw
 
Commands that are useful but easy to forget in Linux or programs in Linux.

ARCHIVES
04/01/2004 - 05/01/2004 / 06/01/2004 - 07/01/2004 / 10/01/2004 - 11/01/2004 /


Powered by Blogger