![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| apt-get install giving error | pradeepreddy | UNIX and Linux Applications | 1 | 12-12-2008 03:40 AM |
| acroread command giving error | iamjayanth | Linux | 3 | 10-31-2008 09:27 AM |
| Cron job giving error while running SSH command | visingha | Shell Programming and Scripting | 3 | 09-13-2008 08:07 PM |
| script giving error | Shahul | UNIX for Advanced & Expert Users | 2 | 08-29-2008 12:36 PM |
| /dev/rStp0 giving error | workingstiff | UNIX for Dummies Questions & Answers | 1 | 10-29-2002 06:25 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Xarchiver giving error messages
I have FreeBSD installed with Xarchiver and when extracting files through the file manager ("Extract here..." option) the following error pops up:
Code:
tar: unrecognized option `--overwrite' Last edited by figaro; 09-26-2009 at 03:09 PM.. Reason: Added code tags for legibility |
|
||||
|
This what I found up to updatedb:
Code:
# type tar type: Command not found. # which tar /usr/bin/tar # tar --version bsdtar 2.5.5 - libarchive 2.5.5 # echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin # updatedb updatedb: Command not found. Also Code:
# locate tar | grep bin Finally: Code:
# whereis tar tar: /usr/bin/tar /usr/share/man/man1/tar.1.gz /usr/src/usr.bin/tar |
|
|||||
|
So it looks like by default you are using /usr/bin/tar and that is the tar command for BSD, the locate command should tell us where alternative tar commands are installed, whereis shows that no other tar commands are in the PATH.
Code:
$ locate tar | grep bin Code:
$ locate tar | grep bin | grep "tar$" |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|