I am trying to perform a tar but receive the error in the heading shown above:
tar -rvf mytar.tar file_to_be_tarred1 file_to_be_tarred2
I am able to perform this function on one server (AIX 4.3.3 32bit) but not another (AIX 4.3.3 64bit) . Is this a user related problem or a server related problem? How can I rectify this problem.
tar -rvf mytar.tar file_to_be_tarred1 file_to_be_tarred2
I am able to perform this function on one server (AIX 4.3.3 32bit) but not another (AIX 4.3.3 64bit) . Is this a user related problem or a server related problem? How can I rectify this problem.