Search Results

Search: Posts Made By: illuminate
3,315
Posted By xbin
If you do not declare a PATH variable in your...
If you do not declare a PATH variable in your script or crontab then the PATH will be

/usr/bin:/bin

hdiutil manipulates disk images. It will unmount attached file systems but you should be...
3,315
Posted By MadeInGermany
Get the PATH to hdiutil: type hdiutil which...
Get the PATH to hdiutil:
type hdiutil
which hdiutil
and set that at the beginning of your script:
#!/bin/sh
export PATH
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/path/to/hdiutil
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy