Search Results

Search: Posts Made By: nonbarye
14,178
Posted By nonbarye
to change password #passwd to add user ...
to change password
#passwd
to add user
#useradd -d <homedir> -g <group>|staff (-m) -s /bin/ksh|/bin/rksh <username>
5,885
Posted By nonbarye
Solution
in script,
you can add following line;

export DISPLAY=`uname -n`:0.0
3,736
Posted By nonbarye
Solution
in /etc/default/login file,
you can set TIMEOUT parameter.
8,713
Posted By nonbarye
You will write script. In your script, you have...
You will write script. In your script,
you have
<erased>
sqlplus username/password @filename.sql
<erased>
code.

Also, in your script directory you will have filename.sql,which have
SELECT...
2,434
Posted By nonbarye
netstat -i thanks....
netstat -i


thanks....
4,514
Posted By nonbarye
if you search "OPEN Boot PROM parameters"...
if you search
"OPEN Boot PROM parameters" keyword in yahoo,
you will reach this information.
4,514
Posted By nonbarye
PROM parameters
Press STOP-A ;
ok>devalias
ok>printenv

I want to look these parameters. Thanks.
10,422
Posted By nonbarye
Solution
in bc command, there is a variable called "scale", which is
number of digits right of decimal point.

#x1=5.7
#x2=6.7
#x=$(printf "%s\n" "scale = 10; `echo $x1`/`echo $x2`" |bc)

it works. : )
4,514
Posted By nonbarye
When you receive below message Boot device:...
When you receive below message

Boot device: Files and Args:
Please check cable and try again
Network link setup fail
Time out waiting for ARP/RARP packet

1)Press Stop-A
then ...
Showing results 1 to 9 of 9

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