Search Results

Search: Posts Made By: Gbyte
Forum: Red Hat 11-13-2009
4,147
Posted By Gbyte
I'm using Oracle Enterprise Rel 5. I have created...
I'm using Oracle Enterprise Rel 5. I have created virtual machines with shared disks. After reboot the owner of the soft link and disk itself changes to root.
I found a work around/solution for...
Forum: Red Hat 11-11-2009
4,147
Posted By Gbyte
Soft Link Ownership After Reboot
Hi,

I have created soft links for some devices /dev/xvd*1. The owner of the soft links is oracle:dba. The problem is after reboot the ownership is changed to root:root. How can I permanently...
Forum: AIX 07-30-2009
2,493
Posted By Gbyte
-mtime Problem
Hi,

I'm using command "find . -mtime +10 -type f -print" to list the files 10 days or older but I'm getting the files which are even created today.
What am I doing wrong?

Thanks.
1,442
Posted By Gbyte
Wow... Thanks a lot Franklin for quick and easy...
Wow... Thanks a lot Franklin for quick and easy solution.
1,442
Posted By Gbyte
Help needed with sed
Hi,

I following example I'm trying to separate teh deirectory name and file name. File name is separated by sed -e is not working. The last command prints /oradb/data/my_arch_1_1285.arc while I...
Forum: AIX 07-13-2009
25,841
Posted By Gbyte
Thanks a lot scottn. This worked.
Thanks a lot scottn. This worked.
Forum: AIX 07-10-2009
25,841
Posted By Gbyte
I tried example from above link. ...
I tried example from above link.

#!/bin/ksh93
date1="01/10/2009"
date2="06/10/2009"
if (( $(printf "%(%s)T" "$date1") > $(printf "%(%s)T" "$date2") ))
then
echo "date1 is after date2"...
Forum: AIX 07-10-2009
25,841
Posted By Gbyte
Convert string to date in script
Hi,

How can I convert a string "Jul 10 09" to date in aix? the output can be like 20090710.

Thanks.
Showing results 1 to 8 of 8

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