Hi!
I am wanting to make use of parallel bzip2 compression using lbzip2 as the default option on an 8 core FreeBSD 10.3 machine.
My question is if I do the following:
Will all applications that call bzip2 automatically redirect to lbzip2? Does anyone have any experience with this? Are there any scenarios where I could expect breakage? Also, how would I revert back to the original defaults if it turns out to be a nightmare?
Thanks!
I am wanting to make use of parallel bzip2 compression using lbzip2 as the default option on an 8 core FreeBSD 10.3 machine.
My question is if I do the following:
Code:
cd /usr/local/bin
ln -s /usr/bin/lbzip2 bzip2
ln -s /usr/bin/lbzip2 bunzip2
ln -s /usr/bin/lbzip2 bzcat
Will all applications that call bzip2 automatically redirect to lbzip2? Does anyone have any experience with this? Are there any scenarios where I could expect breakage? Also, how would I revert back to the original defaults if it turns out to be a nightmare?
Thanks!