The file
unix.tar
contains all shell scripts and other files needed for network configuration in UNIX environments. The file is in UNIX
tar
format. The file is included with your printer's networking software.
Listing the contents of unix.tar
Type this command:
tar tvf /directory-name/unix.tar
|
Where
directory-name
is the mount point or the directory that contains the file. For example:
Extracting the files
-
Change (
cd
) to the directory on your workstation where you want the files to reside.
-
Type this command:
tar xvf /directory-name/unix.tar
|
Where
directory-name
is the mount point or the directory that contains the file. For example:
Return to Topic List
|