Search Results

Search: Posts Made By: alberto
Forum: Solaris 08-03-2009
3,370
Posted By alberto
Solaris zones
Hi,

I created a zone with separate /usr for the zone.

when I do ping to newly created zone it showing alive, I am able to login through zone console zlogin -C -E <zone name>

I created a test...
21,685
Posted By alberto
echo...
echo "a="Measurement:,OutInviteResponseTime,Sessionid=1860700092328051458,node=67.178.40.168,nodeName=abcd ,protocol=GK,25523000"" | cut -d ',' -f 4 | cut -d '=' -f2
24,340
Posted By alberto
I think this time it will work.
I think this time it will work.
24,340
Posted By alberto
How you are opening a new terminal. When ever you...
How you are opening a new terminal. When ever you login to a terminal by using your username and password it will take to your home directory /home/mrudula then only you will get the welcome message...
24,340
Posted By alberto
It is a built in function to execute other...
It is a built in function to execute other commands.
Once you do a source on .bash_profile it will reload new changes in the file, displays every time whenever login to your home directory
25,799
Posted By alberto
cd logs grep -v 'Process Complete' *
cd logs
grep -v 'Process Complete' *
24,340
Posted By alberto
no need of logout and login again after changing...
no need of logout and login again after changing the .bash_profile just type the below command.

source .bash_profile
24,340
Posted By alberto
echo $SHELL to know which shell.
echo $SHELL

to know which shell.
24,340
Posted By alberto
Hi, Put the welcome message in this file...
Hi,

Put the welcome message in this file /etc/motd.

Thanks,
Alberto
1,298
Posted By alberto
df -k | awk '{ if($5>75) { print "Diskspace of...
df -k | awk '{ if($5>75) { print "Diskspace of "$6 " is: "$5} }'
5,032
Posted By alberto
stat file | xargs | awk '{ while(i<NF) { if($i ==...
stat file | xargs | awk '{ while(i<NF) { if($i == "Mode:") { ++i; print $++i;}i++}}'
Forum: Solaris 05-22-2009
4,079
Posted By alberto
Solaris 10 ld.so.1 rename
Why should you never rename ld.so.1 on a Solaris server?

if you were going to replace ld.so.1, how can you do it safely?

Please reply me soon.

Thanks,
Alberto
Showing results 1 to 12 of 12

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