Summary: i want to enter two entries in auto_home. it is allowing only one entry. the entries looks like this, * router:/export/home/& * router:/export/home1/...
Summary: well...adding that the /usr/lib/rsh to the /etc/shells file now allows me to FTP in as that user but, it does not restrict my shell to that users /hom...
Summary: Can any one explain me why the home directories on the server and the clients differ? I mean why is that the home directory on a server /export/home/u...
Summary: hello i create the user account and also create its home directory # useradd -u 5555 -G root,sysadmin -s /sbin/sh -d /export/home/test test # passwd ...
Summary: HI, I am having a solaris nis server and a file server running on solaris (pre installed).I need to add new workstations (linux) to this server, i ...
Summary: Hi All, After using the "su test1" (but not "su - test1") command to switch to user test1, is there a way to get the home directory of test1? I unders...
Summary: The directory /home is a system file and is symbolically linked to the /export/home directory. To prevent this problem in the future you should alwa...
Summary: You could just create the account and give the user /bin/rksh as a shell and use ln to make the link to the file in his directory. Make sure the user ...
Summary: What about checking the access-time or modification time of user’s home directory? You may write a script to check those times based on certain condit...
Summary: Hello! The problem is that I have a process that runs as a non root user but when i reboot the computer the process starts up as root. I got an answer...
Summary: Hi, I changed the vfstab to have add quotas to the users home directory. Unfortunately, I have managed to have 2 entries pointing to the same disk. I'...
Summary: The user has to be using either the korn shell (ksh) or the bourne shell (sh). The .profile then has to be in the users home directory and the user h...
Summary: CORE CDE components: I. Login Manager - Where you see the login screen. II. The Session Manager III. The Workspace Manager Sounds like your having pro...
Summary: 1) Purge outdated accounts I am looking to write a script to purge of old accounts beyond a particular date.I would like to compare two dates for th...
Summary: Hi- All you need to do edit the /etc/passwd. As for the setup of a profile of a user, it depends on the shell bash uses .bashrc ksh uses .profile ...
Summary: Paul's method is generally considered the one for thrillseekers. I think he's got about half the files involved. I have memories of about 18 files i...
Summary: So the cursor is the size of a pinhead, but have you tried entering the password anyway and pressing return to see if it logs in? If it doesn't work, ...
Summary: I have several machines running Solaris 2.6 and occasionally I find a .CPR file in /tmp or in a users home directory. They are huge in size. Where do...
Summary: Hi, I am using a VB script to map a drive from a Solaris Server to Windows XP machines. In Windows I can use %username% and it will pick up the users ...
Summary: You probably need to write a file named .profile. Look for .dtprofile in the ROOT user home directory and view that. There's a lot of information in t...
Summary: I have anonymous ftp setup on my solaris 8 machine. it works fine with anonymous login, however when its logged in with a user id it does not chroot t...
Summary: Probably the problem is that you haven't defined your aliases in one of the bash startup files. Each time a new bash shell executes, the aliases must...