Search Results

Search: Posts Made By: kamaldev
5,175
Posted By kamaldev
How to create a volume group, logical volume group and file system?
hi,

I want to create a volume group of 200 GB and then create different file systems on that.

please help me out. Its becomes confusing when the PP calculating PP.

I don't understand this...
5,216
Posted By kamaldev
Unable to mount CD rom
hi

Am trying to mount a cdrom which has a blank cd into it, using the command:

mount -v cdrfs -o ro /dev/cd0 /mnt


Am getting this error:

# df -Ig

Filesystem GB blocks Used ...
5,690
Posted By kamaldev
Ftp read a file
hi,

i need ftp commands which read a text file and ftp the contents of the file to a another machine.

Anyone can help me out please.
4,604
Posted By kamaldev
find /usr/script_test -type f -mtime...
find /usr/script_test -type f -mtime +10>/usr/ftprm.txt

while read filename
do
ftp -i -n << EOF
open 192.168.1.75
user loguser bramer_123
prompt
put...
4,287
Posted By kamaldev
Ftp is slow
hi,

good morning.

Ma trying to ftp from one AIX machine to another on the same segment of the network. The ftp to eshtablish connection from machine A to machine B is quick, but the reverse is...
1,349
Posted By kamaldev
Ftp showing connected only
hi,

good morning.

Anyone can help me out. A trying to ftp from server A to server B.
from server A to B its working fine but from server B to A, its only showing connected only:

finap7 #ftp...
4,604
Posted By kamaldev
Thanks robin. Its more than my limit. I...
Thanks robin.

Its more than my limit. I try to read more on your explanation.
am getting an syntax error on the line 3.


ftp -i -n << EOF > ftp_log.txt

error: ./ftprm.sh: 0403-057...
4,604
Posted By kamaldev
Thanks for the reply. but its not working....
Thanks for the reply.

but its not working. am thinking how the ftp will know from which directory to take the files and ftp.

please find code which am using:

while read filename
do

ftp...
4,604
Posted By kamaldev
Delete files whose file names are listed in a .txt file
hi,

I need a help. I used this command to list all the log files which are for more than 10 days to a text file.

find /usr/script_test -type f -mtime +10>>/usr/ftprm.txt

I want all these...
Showing results 1 to 9 of 9

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