![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parsing info from a text file into an IDL procedure | msb65 | UNIX and Linux Applications | 1 | 10-11-2008 02:17 PM |
| FTP and LOg file creation | agarwalniru | Shell Programming and Scripting | 2 | 03-12-2008 11:10 AM |
| Problem in comparing procedure with file in unix | krishna_gnv | Shell Programming and Scripting | 1 | 03-11-2008 07:45 AM |
| How to compile a stored procedure that is there with in a script file(.sql) in unix | krishna_gnv | Shell Programming and Scripting | 0 | 03-11-2008 03:25 AM |
| creation of a file | infyanurag | Linux | 1 | 01-25-2008 07:26 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
ISO file creation -- procedure
Hi All, Am creating ISO file for same directory two times and both has different md5sum, Why does it so ?! Am pretty sure that, there is no change in that directory between the ISO creations, So what could be issue ? Or is there any misunderstanding in the process. Code:
mkisofs -J -R -otest1.iso ./testdir mkisofs -J -R -otest2.iso ./testdir Expecting both the md5sum to be same !! but it is not ?? Code:
$ md5sum test?.iso 2a1001de29b75013d1bb5a8a787cf2ef test1.iso d01b9b1120ec6662d582dc3af6f94338 test2.iso Side Note: I have related question posted already here, which dont had answer, so tried other ways and the above is one of the doubt in other way... edit volume id of an iso file ? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|