Search Results

Search: Posts Made By: machindra89
2,225
Posted By machindra89
You can't take user input like this : ###while...
You can't take user input like this :
###while read line ; do


because it will read the lines from file which we have given input as :

while read line; do
..
..
done > test1
6,891
Posted By machindra89
You will get all files whose modification time is...
You will get all files whose modification time is before 7 days ..the command is :
find . -mtime +7 -name "*.txt"

from this command you can list out the files whose modification time is 7 days...
6,891
Posted By machindra89
If you want to find the files whose access time...
If you want to find the files whose access time is 7 days before then use find command ..it will be better ...
Forum: Red Hat 09-12-2012
4,257
Posted By machindra89
You can't add unallocated space in Physical...
You can't add unallocated space in Physical Volume ....you can create new extended partition or logical partition of that unallocated space and extend it in VG and then LV ...otherwise you have...
Forum: Solaris 09-11-2012
1,933
Posted By machindra89
There are some system cron jobs in solaris...
There are some system cron jobs in solaris machine ...but one more chance of this that ...there should be some others user's crontab enabled and they are running ...You have to check for other users...
Showing results 1 to 5 of 5

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