Found this command when i was digging around on how to add groups in OSX through the CLI in Lion. Thought it might help someone who might need it.
$ man dseditgroup
for more info.
Found this command when i was digging around on how to add groups in OSX through the CLI in Lion. Thought it might help someone who might need it.
$ man dseditgroup
for more info.
This is so interesting….
Today marks a few important turning points in terms of data handling…
1) I moved unto a HUGE SSD drive
2) I moved my portable external storage to a dual drive RAID-0
Here is a quick way to create a Disk Image from a device.
$ hdiutil create -srcdevice [source device] [target name]
Alternatively, you can create an Image from a folder pretty much the same way using
$hdiutil create -srcfolder [source folder] [target name]