Search Results

Search: Posts Made By: Nitrodist
Forum: HP-UX 07-28-2011
9,377
Posted By Nitrodist
Unable to useradd on 11.31
Running into a bit of a problem on one of our HP-UX nodes.

I'm unable to add users through useradd.

We can edit the passwd file normally or through vipw, just fine. Once you remove the...
11,492
Posted By Nitrodist
The shell that you're using is bash, so you need...
The shell that you're using is bash, so you need to either A.) change your login shell (located in /etc/passwd), B.) run the csh shell and use that interactively (aka, just run /bin/csh or wherever...
5,207
Posted By Nitrodist
In windows, it's found under your System...
In windows, it's found under your System Properties, in the Advanced tab, in the button 'Environment Variables' button.

On Unix, it's defined usually in the /etc/environment file and subsequent...
5,207
Posted By Nitrodist
Are you sure that that 'path' variable is...
Are you sure that that 'path' variable is supposed to be set as an array?
2,034
Posted By Nitrodist
$title expands to whatever the value of it was....
$title expands to whatever the value of it was. So, how would you grep a file for a string with spaces in it? With quotes of course -- in this case, use double quotes because single quotes makes...
2,125
Posted By Nitrodist
Daniel, backquotes have a special meaning in...
Daniel, backquotes have a special meaning in shell scripting as does the pipe character '|' outside of a quotes that you're using. The backquotes execute commands on the same line as another command...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 06:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy