Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Changing home directory
Name: steve007t Date: February 16, 2003 at 16:39:57 Pacific OS: any CPU/Ram: any
Comment:
How do you make the home directory the working directory
Summary: New to Unix/Solaris: I just installed Solaris 8 x86 platform on one of my machines and I cant seem to create user profiles. I opened a terminal, typed "useradd" [username], then "passwd" [password] an...
Summary: Im trying to delete everything under the directory "dir1" except for a particular one. (e.g. dir_ineed) Example: home/dir1/dirA/ home/dir1/dirB/ home/dir1/dirC/ home/dir1/dir_ineed/ ls dir1/ | grep -v...
Summary: You'll want to change the home directory so that it is owned by user rather than root. Then you can put whatever you want in there. For this example, we'll assume that the user is named 'newuser' and...