Search Results

Search: Posts Made By: prithvirao17
996
Posted By prithvirao17
I think ACL can come to your help in this case.
I think ACL can come to your help in this case.
Forum: Red Hat 09-12-2012
5,087
Posted By prithvirao17
May be the firewall allows icmp and blocks ssh to...
May be the firewall allows icmp and blocks ssh to that server?
805
Posted By prithvirao17
Thanks for the replies. I figured out a different...
Thanks for the replies. I figured out a different way.


a=grep expression

if [ "X$a" = "X" ]
...

Worked pretty good.
805
Posted By prithvirao17
Help with grep and if
Hi,

I'm working on a script which includes a part where i need to search for a string first using "grep" and then compare it with another variable using "if".

It should be something like
...
1,714
Posted By prithvirao17
Awesome. Thank you so much..
Awesome. Thank you so much..
1,714
Posted By prithvirao17
Change the date format
Hi,

I was looking for a script to change the date from one format to other. A search in the forum gave me the below script as a result.


#! /bin/ksh

format=YYYYMMDD
...
Forum: Red Hat 07-30-2012
1,655
Posted By prithvirao17
etc/Securetty
Hey,

Can someone help me with what the vcx and console entries in /etc/Securetty file are? I understand that tty is the terminal that we usually login to using Ctrl+Alt+Fx. Not sure of the vcx...
Forum: Red Hat 07-03-2012
14,591
Posted By prithvirao17
Thanks a lot @Peasant and @admin_xor for the...
Thanks a lot @Peasant and @admin_xor for the valuable information. That was exactly what i was looking for.
3,035
Posted By prithvirao17
You can use a ':' in place of a '/' to avoid...
You can use a ':' in place of a '/' to avoid confusions.


sed 's: ///:///:g' input.txt > output.txt
7,868
Posted By prithvirao17
Try this find . -name...
Try this


find . -name "BACKUP_TIMESTAMP.log" -exec ls -l {} \; -exec cat {} \;
Forum: Red Hat 06-27-2012
14,591
Posted By prithvirao17
Thanks for the info. So, my assumption is these...
Thanks for the info. So, my assumption is these files are created when i run lvcreate. Correct me if I'm wrong.
Forum: Red Hat 06-27-2012
14,591
Posted By prithvirao17
Info on /dev/dm files
Hi,

I was looking at my /dev directory and found some files of the pattern dm?. I searched on google and found that it is a device manager file for LVM. But nothing but that.

Can someone give...
1,472
Posted By prithvirao17
Thanks. This one worked perfect.
Thanks. This one worked perfect.
1,472
Posted By prithvirao17
Append text to files with a same pattern
Hi Folks,

I wanted to know if i can use RegEx in a for-loop of a shell script.
Here's a scenario, I have a set of files say x1, x2, x3..x9 in a directory(obviously with files other than this...
Forum: Solaris 03-13-2012
1,856
Posted By prithvirao17
Apache installation error
Hi,

I'm getting the below error when trying to run configure from apache 2.0.64.

configure: error: C preprocessor "/lib/cpp" fails sanity check

I navigated through the forum and found some...
Forum: Solaris 03-11-2012
1,042
Posted By prithvirao17
Printer Help
Hi,

I'm going through some materials of SCSA certification. And i'm stuck with the section on printers. I do not own a printer. So, i'm finding it hard to keep up with the content in the course...
7,834
Posted By prithvirao17
Thank you so much! :)
Thank you so much! :)
7,834
Posted By prithvirao17
Common UID's and PID's
Hey Folks,

I'm a newbie to Unix. Sorry if this doubt sounds very silly. I know that first 100 UID's are used by system accounts and the rest, for normal users. It'd be great if someone could guide...
Showing results 1 to 18 of 18

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