![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | 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 . |
|
|
||||
| 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 |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
actually I just want to add. For safety reasons whenever you tar anything always try to have the practice to specify relative instead of absolute path.
example: absolute path will be tar cf /tmp/abc.tar /etc relative path will be tar cf /tmp/xyz.tar ./etc <-- "." The danger of using absolute path is when you un-tar the file it will overwrite existing folder. example: cd /tmp tar xf abc.tar will extract and overwrite existing /etc tar xf xyz.tar will extract into /tmp only |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|