![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to restriction directory size in solaris | nibiru78 | SUN Solaris | 3 | 02-07-2008 03:39 PM |
| Usage of /var/tmp/ directory on Solaris 10 | patilmuragesh | SUN Solaris | 1 | 12-12-2007 08:31 AM |
| help linking directory from a hp to a solaris | raulb | SUN Solaris | 3 | 08-25-2005 01:45 PM |
| Solaris-ksh: directory not found | dangral | UNIX for Dummies Questions & Answers | 5 | 02-19-2004 11:12 AM |
| How to compress a directory on a Sun Solaris 5.7 ? | sameerdes | UNIX for Dummies Questions & Answers | 4 | 08-22-2003 09:44 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
how to tar a directory in a sun solaris?
i have lot of directories which are needed to be transferred to a LINUX workstation. to do this i need to tar the directories. please let me know how to tar the directories in Sun Solaris.
|
| Forum Sponsor | ||
|
|
|
|||
|
Wear outdoor clothes, grab a big black brush, and
Code:
tar cf /tmp/directories.tar name of directories Usually you will also want to gzip or bzip2 compress the tar file; some tar commands even have built-in options to do that at the same time as creating the tar archive. Consult your local manual page for the gory details. |