Search Results

Search: Posts Made By: mohanprabu
2,056
Posted By mohanprabu
Touch fails for group member
Hello all,

I have a group - grpchg - which has 2 members
1) grpmem1
2) chgmem1

The first member creates a dir and gives write permission to itself and for the group - and reads like this:
...
17,450
Posted By mohanprabu
Thanks Vino, But when I do this, I get the...
Thanks Vino,

But when I do this, I get the following message:

"Nothing to do".

Actually I have a dir "adhoc" and there are several files and dirs inside adhoc, and I want to compress this...
17,450
Posted By mohanprabu
Compressing folders
Hi,
Is there any way to compress folders as such? May look simple, but I have a folder, which inturn has several folders/files in it. Is there any way to compress this parent folder?

Thanks in...
79,935
Posted By mohanprabu
Thanks for a elaborated info Goutham... yep.. u...
Thanks for a elaborated info Goutham... yep.. u seem to be true.. there are no way to find.. and the trouble is that its not possible for me to allocate groups too.. :mad:
79,935
Posted By mohanprabu
who modified my file!!
Hi EVERYONE!!...

Just a simple (yet critical from my perspective) doubt... I would like to know who had edited my file.. when I use
ls -l
command, I see my ID.. but when I edit using some...
2,891
Posted By mohanprabu
thanks vino.. I never thought it'ld be so...
thanks vino.. I never thought it'ld be so simple.. thanks again for the quick reply.. :)
2,891
Posted By mohanprabu
help on PWD
Hi,

We all know that pwd (or echo $PWD) gives us the present working dir as output.... but my doubt is that I'ld like to know how to get the present working folder - I mean - name of the current...
6,621
Posted By mohanprabu
Thanks rein.. (apologies for late reply).. ...
Thanks rein.. (apologies for late reply)..

This method is now working fine.. Never realized the concepts of arrays.. :)

Thanks aigles ..
6,621
Posted By mohanprabu
Problem in assigning values to variables
Hi,

I have some problem in assigning values to variables: This is what Iam literally doing:

i=0
input=test
temp$i = $input

In the sense, I try to assign the value in the variable input...
2,775
Posted By mohanprabu
file permissions
Hi!

Is there any shell parameter that I can use in my script to check the file-permissions I have in the currect directory!?

The history behind is: My script tries to create some log files in...
5,099
Posted By mohanprabu
Hi Bhargav, Is there any way to grep a...
Hi Bhargav,

Is there any way to grep a keyword in all files - including those in the subdirectories as well. I usually use this method of coding:

for j in `find ./*`
do
grep <keyword> $j...
11,842
Posted By mohanprabu
Null handling in scripts
Hi,
I face some problem with handling of nulls. I declare a variable - say i - and intialise to 0. Later I read it from console, wherein if I dont give any variable and press return key, I get this...
6,101
Posted By mohanprabu
Hi RTM, KDUFFIN!! :) Thanks for ur...
Hi RTM, KDUFFIN!! :)

Thanks for ur suggestions. It was indeed a great help.. what kduffin said was something new...

RTM, what u suggest was great, but the code then becomes full of...
3,906
Posted By mohanprabu
Hi, thanx 4 ur valualble suggessions. Iam in the...
Hi, thanx 4 ur valualble suggessions. Iam in the right path now... :D
6,101
Posted By mohanprabu
"SCRIPT" (recording session) from ShellScripts
Hi all,

Hope that we are all familiar with the "script" command, which helps us to record the session into any file, until we give "exit".

Can anyone help me, how to do this process from a...
3,906
Posted By mohanprabu
ORACLE from Shell scripts
Hi,

I have Oracle, and I want to execute simple queries in it. Is it possible to do this using a UNIX shell scripts. Are there any commands in Shell scripting where in I can communicate to...
Showing results 1 to 16 of 16

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