Search Results

Search: Posts Made By: prinsh
Forum: Red Hat 07-08-2013
3,298
Posted By prinsh
Sorry, for a delayed response. Please find the...
Sorry, for a delayed response. Please find the output mentioned below..
[root@ib35-12s9 share1]# tar -tvzf MANJUNATH_acl_corner_cases.tgz
drwxr-x--- LOCAL\cifsusr/LOCAL\cifsgrp 0 2012-03-09...
8,952
Posted By prinsh
[Solved] Setfacl command help
HI,

How to use setfacl for a domain user?
I have an AD domain name manjunath and a domain user of the same domain named boarduser1. My cluster is joined to the domain.

I am trying to set ACL...
Forum: Red Hat 07-05-2013
3,298
Posted By prinsh
Thanks Peasant for the reply...Here is the output...
Thanks Peasant for the reply...Here is the output :

[root@ib35-19s9 0011_run_swarm]# rpm -qa tar
tar-1.15.1-31.el5
Forum: Red Hat 07-05-2013
3,298
Posted By prinsh
Thanks for the reply..I really appreciate it. I...
Thanks for the reply..I really appreciate it.
I tried to the command with and without --acls option, and neither of it helped.
I am still getting the same error. I am more confused as the its just...
Forum: Red Hat 07-05-2013
3,298
Posted By prinsh
Problem with tar on RHEL5.8
Hi All,

I have a tar file that I want to extract, I need the permissions and owners of the file to be the same as on when they were tared.

I am using this command to un-tar the file.

tar...
Forum: IP Networking 06-06-2013
1,456
Posted By prinsh
Need help with ssh
HI,
I am trying to do an ssh to the local host, but everytime I try I get this message. Please help. I checked for the file permissions under ssh directory, they are all okay and I even checked the...
1,369
Posted By prinsh
Well, the output from the dd comand is a binary...
Well, the output from the dd comand is a binary file and i want to modify a value 01 at offset 0004 to 00.
1,369
Posted By prinsh
Need Help with commands to automate.
HI,

In some test cases, I used tools like "dd" and "shed" to manually read a block from the disk, modify it using a hex editor and write it back using "dd".
I need help with some linux commands...
Forum: Programming 02-27-2013
1,766
Posted By prinsh
Hey Germany, Thanks for the reply. It really...
Hey Germany,

Thanks for the reply. It really helped. But I was wondering if I do that in the code, it would certainly add the new nodes at the beginning. What If I want to add them at the end?
...
Forum: Programming 02-26-2013
1,766
Posted By prinsh
Thanks Germany, You mean I should have done...
Thanks Germany,
You mean I should have done that last linking.
All what I want to do is to link the newly created element to NULL and link Start to the newly created element.
Please can you also...
Forum: Programming 02-26-2013
1,766
Posted By prinsh
Help with linked list.
#include<stdio.h>
#include<stdlib.h>

struct LinkedList
{
int val;
struct LinkedList *next;
}node; /*Creating a structure variable*/

typedef struct LinkedList Node;
Node...
Forum: Programming 05-17-2012
10,558
Posted By prinsh
URL Validation Help in C
Hi friends,

I have been writing one c code to validate any url passed by a user.
Here is the code I have so far coded.
I am using one dictionary file to check values like http, https, www, ftp,...
Forum: Ubuntu 09-29-2011
1,553
Posted By prinsh
THANKS A TON, Friends! I was so messed up with...
THANKS A TON, Friends!
I was so messed up with that, lastly I was going to use cut instead of sed.
But thanks again for making it easier for me!
Forum: Ubuntu 09-29-2011
1,553
Posted By prinsh
I am very new to sed commands. The only...
I am very new to sed commands.

The only thing I tried is to substitute it using s option.

what I wrote was:

sed -i 's/Mb/s/ /g' /etc/netwrokinfo (dummy file)

the problem here is I get an...
Forum: Ubuntu 09-29-2011
1,553
Posted By prinsh
Help with Sed command
HI Friends,


I want to replace 100Mb/s in a line of a file with 100.

I want to do that using sed...
Please help me.


Thanks in advance
Showing results 1 to 15 of 15

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