Search Results

Search: Posts Made By: vijai
2,336
Posted By vijai
Thank you!was really helpful :D
Thank you!was really helpful :D
2,336
Posted By vijai
Thank you :) There was a typo in my file.Works...
Thank you :)
There was a typo in my file.Works wonders now :)

---------- Post updated at 04:17 PM ---------- Previous update was at 03:38 PM ----------

could you explain that line so that I...
2,336
Posted By vijai
Thanks for your answer :) Actually I need to...
Thanks for your answer :)
Actually I need to have a counter like variable.I have a variable "var1" in one .sh and use it in another .sh in "if" statement.

!#/bin/bash
if [ "$var1" == "0" ]
then...
2,336
Posted By vijai
Manipulating variables in shell script
Hello,
I know this should be simple but cant find a solution yet.I have the following in a sh script called "var"
#!/bin/bash
var1=0

And on another script called "main" I use a if construct:...
5,563
Posted By vijai
First off sorry to the OP.I do not intend to...
First off sorry to the OP.I do not intend to hijack this thread but I only have a similar problemSo thought of asking it here than opening a new thread.

I have the following in a sh script called...
3,662
Posted By vijai
Any Ideas on how to do this??? Edit:I tried...
Any Ideas on how to do this???
Edit:I tried this but got errors on chown part....mkdir extracted
sudo cp -rfv TempDir/* extracted
user=$user
sudo chown -R $user extracted
3,662
Posted By vijai
How to remount .img as rw and repack
Hi fellas!
I make a sh script which the following:
sudo mkdir Temp
sudo mount -o loop output.img Temp
The command mounts the img.Thats fine.But it moun s it as read only.But I need to...
1,824
Posted By vijai
Ok then I will skip encrypting part for...
Ok then I will skip encrypting part for now...:)Made the changes and gonna test now...:)
1,824
Posted By vijai
you should have posted atleast 15 posts to insert...
you should have posted atleast 15 posts to insert links....;)
1,824
Posted By vijai
I think you misunderstood my statement ;).I said...
I think you misunderstood my statement ;).I said I found that link on how to encrypt my script.And I said to remove "s" and "0" as Im new member so could post links ;).Sorry if my english is bad.My...
1,824
Posted By vijai
Thanks for the fast reply.There is no problem for...
Thanks for the fast reply.There is no problem for me regarding security because this script will be with only 4 persons who are my reliable co-workers.So no problem on that.

I want to encrypt the...
1,824
Posted By vijai
How to get name for a tar file from user
Hi guys,
I'm new to this forum.Infact this is my first post.So please bare with me ;).

I have made sh script that makes tar file with few files after they are modded.Now I have given a default...
Showing results 1 to 12 of 12

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