Sponsored Content
Operating Systems Solaris Solaris 10 Zone Administration. Post 302238900 by BrewDudeBob on Monday 22nd of September 2008 10:15:21 AM
Old 09-22-2008
I answered my own question:

# ls -al /etc/skel
total 12
drwxr-xr-x 2 root sys 512 Sep 19 22:24 .
drwxr-xr-x 68 root sys 4608 Sep 18 13:44 ..
lrwxrwxrwx 1 root root 14 Sep 19 22:23 .bash_profile -> /.bash_profile
-rw-r--r-- 1 root root 44 Sep 19 22:24 .bashrc
-rw-r--r-- 1 root other 144 Jan 21 2005 .profile
-rw-r--r-- 1 root sys 136 Jan 21 2005 local.cshrc
-rw-r--r-- 1 root sys 157 Jan 21 2005 local.login
-rw-r--r-- 1 root sys 174 Jan 21 2005 local.profile
# ls -al /export/home/mylogin
total 9
drwxr-xr-x 2 mylogin admin 512 Sep 18 15:04 .
drwxr-xr-x 13 root root 512 Sep 18 13:42 ..
-rw------- 1 mylogin admin 141 Sep 20 10:12 .bash_history
lrwxrwxrwx 1 root root 14 Sep 18 14:02 .bash_profile -> /.bash_profile
-rw-r--r-- 1 root root 44 Sep 18 14:03 .bashrc
-rw-r--r-- 1 mylogin admin 144 Sep 18 13:42 .profile
-rw-r--r-- 1 mylogin admin 136 Sep 18 13:42 local.cshrc
-rw-r--r-- 1 mylogin admin 157 Sep 18 13:42 local.login
-rw-r--r-- 1 mylogin admin 174 Sep 18 13:42 local.profile
#

creating a link inside /etc/skel will create a link in my home directory upon user creation.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

solaris administration book

hi can anyone give me a link of Solaris administration book (solaris 10). Regards Rochit (1 Reply)
Discussion started by: rochitsharma
1 Replies

2. Solaris

Solaris Zone : Non global Zone check failed

Hi All , I try to install some packages in my global zone... On the execution of the installion of the script it quits by saying the error "Non global zone check failed" Kindly help me in this regard Thanks in advance, jeganr (7 Replies)
Discussion started by: jegaraman
7 Replies

3. Solaris

Solaris User Administration

Hi All..... How many maximum no of users can be created in solaris 10.0 Waiting for the reply ..... (2 Replies)
Discussion started by: sendhils13
2 Replies

4. Solaris

Zone administration

hi frnds I created sparse root zone, in that zone when i try to change the passwd it is giving permission denied. what is the reason and how to chnage the root passwd in the zone. can u please explain the query. (4 Replies)
Discussion started by: sravan ega
4 Replies

5. Solaris

Solaris 10 local zone on Solaris 11 global zone

Hi, A quick question: Can Solaris 10 local zones be moved to a Solaris 11 global zone and work well? Thank you in advance! (5 Replies)
Discussion started by: aixlover
5 Replies

6. UNIX for Advanced & Expert Users

Solaris 10: I forgot to detach a zone before zpool export. Uninstall zone?

Dear all, recently, I migrated a solaris zone from one host to another. The zone was inside of a zpool. The zpool cotains two volumes. I did the following: host1: $ zlogin zone1 shutdown -y -g0 -i0 #Zone status changes from running to installed $ zpool export zone1 host2: $ zpool... (2 Replies)
Discussion started by: custos
2 Replies

7. Solaris

Solaris 11 Global zone patching having Solaris 10 branded zone

I am planning to do solaris 11 global zone patching having solaris 10 branded zone. I have a doubts on step 8 specially Can someone clear my step 8 doubts or if anything wrong between step 1 to step 9 please correct that also as I have pretty good idea about Step 10 mean patching in solaris 10... (2 Replies)
Discussion started by: amity
2 Replies

8. Solaris

Solaris 11 zone has no external network access (except to Global Zone)

Hi, hoping someone can help, its been a while since I used Solaris. After creating a NGZ (non global zone), the NGZ can access the GZ (Global Zone) and the GZ can access the NGZ (using ssh, zlogin) However, the NGZ cannot access any other netwqork devices, it can't even see the default router ... (2 Replies)
Discussion started by: GazinLincoln
2 Replies
rpm2cpio(1)							   User Commands						       rpm2cpio(1)

NAME
rpm2cpio - convert Red Hat Package (RPM) to cpio archive SYNOPSIS
rpm2cpio [file.rpm] DESCRIPTION
The rpm2cpio utility converts the .rpm file specified as its sole argument to a cpio archive on standard output. (See NOTES.) If no argu- ment is given, an rpm stream is read from standard input. In both cases, rpm2cpio will fail and print a usage message if the standard out- put is a terminal. Therefore, the output is usually redirected to a file or piped through the cpio(1) utility. EXAMPLES
Example 1: Converting an rpm file example% rpm2cpio Device3Dfx-1.1-2.src.rpm | cpio -itv CPIO archive found! -rw-r--r-- 1 root root 2635 Sep 13 16:39 1998, 3dfx.gif -rw-r--r-- 1 root root 11339 Sep 27 16:03 1998, Dev3Dfx.tar.gz -rw-r--r-- 1 root root 1387 Sep 27 16:04 1998, Device3Dfx-1.1-2.spec 31 blocks Example 2: Converting from standard input example% rpm2cpio < Device3Dfx-1.1-2.src.rpm | cpio -itv CPIO archive found! -rw-r--r-- 1 root root 2635 Sep 13 16:39 1998, 3dfx.gif -rw-r--r-- 1 root root 11339 Sep 27 16:03 1998, Dev3Dfx.tar.gz -rw-r--r-- 1 root root 1387 Sep 27 16:04 1998, Device3Dfx-1.1-2.spec 31 blocks ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWrpm | +-----------------------------+-----------------------------+ SEE ALSO
cpio(1), attributes(5) NOTES
rpm2cpio handles versions 3 and 4 RPMs. SunOS 5.10 20 Aug 2001 rpm2cpio(1)
All times are GMT -4. The time now is 07:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy