The UNIX and Linux Forums
>
Operating Systems
>
SUN Solaris
Submit A Basic System Administration Command
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Submit A Basic System Administration Command
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
12-10-2007
osca7578
Registered User
Join Date: Aug 2007
Posts: 6
tar command
#tar -cvf /[destination].tar /[source]/*
-- will tar the selection folders recursively with the (*) to the destination location
#tar -xvf XXXXX.tar
-- will extract the tar'red file
osca7578
View Public Profile
Find all posts by osca7578