Search Results

Search: Posts Made By: meheretoknow
Forum: Filesystems, Disks and Memory 04-28-2009
6,455
Posted By meheretoknow
Issue with coreadm utility
Hi all,

The core files are moved to a partition in my server using the coreadm utility. But the owner of the core files created is root. So other users are not having privillege to analys the...
10,506
Posted By meheretoknow
Hi , Thankyou... The error was coming...
Hi ,

Thankyou...

The error was coming because of #!/bin/sh in the beginning of the script.

-----------------------
#!/bin/sh
whoami_code=$(grep `whoami` /etc/passwd | awk '{print $1}' |...
10,506
Posted By meheretoknow
another error
i tried running that but got the following error.

tsts.sh: syntax error at line 3: `whoami_code=$' unexpected
10,506
Posted By meheretoknow
Problem with assigning output of grep + awk to a variable
Hi All,

I am getting the output for the following command when i run it on the unix console.

---------------------------
grep `whoami` /etc/passwd | awk '{print ($1);}' | cut -d ":" -f3 ...
13,211
Posted By meheretoknow
hey yongitz... thanks for that That worked
hey yongitz... thanks for that
That worked
13,211
Posted By meheretoknow
grep multiple patterns + the whole word only
Guys,

i used egrep "pattern1|pattern2". But the whole word is searched. But i want the output if only the exact word is matched. i.e the output is got evenif a part of the pattern is matched.

I...
Forum: Solaris 12-11-2008
2,471
Posted By meheretoknow
thanks otheus..that was a hit
thanks otheus..that was a hit
Forum: Solaris 12-05-2008
2,471
Posted By meheretoknow
How to get RPC(Remote Proceedure Call) values?
Guys,

Help me out in getting the RPC resource values of the system.

By running the ipcs command i get the HEXA values of the IPC(Inter Process Communication) values in the system like

q ...
Showing results 1 to 8 of 8

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