Search Results

Search: Posts Made By: narsing
183,576
Posted By narsing
KSH shell - Is my poll choice
KSH shell - Is my poll choice
2,171
Posted By narsing
pls confirm the given script is working for u or...
pls confirm the given script is working for u or not ?
2,006
Posted By narsing
Tell us which linux distro you are using ?
Tell us which linux distro you are using ?
1,638
Posted By narsing
users of a particular dir
Hi all,

i want to know who all are using a given particular dir.

for example:

Hello is a directory, i want to find all the users who are currently accessing the hello directory.
2,171
Posted By narsing
cd to the directory ls >a for i in `cat a`...
cd to the directory
ls >a

for i in `cat a`
do
ftp -i -n I.P address/home/download <<EOF
user login password
promp
hash
mput $i
bye
EOF
done


Narsing
8,739
Posted By narsing
after ftp the file. bye is not closed for...
after ftp the file. bye is not closed

for example..
for i in `cat a`
do
ftp -i -n I.P <<EOF
user Login password
promp
hash
mput $i
bye
EOF
done

revert back whether ur prob solved or...
19,111
Posted By narsing
To delete the files older than find...
To delete the files older than
find /path/to/dir -type f -mtime +3 -exec rm \{\} \


To locate files that have been modified since some arbitrary date use this little trick:

touch -d...
10,647
Posted By narsing
use yum -y install ethereal before this you...
use yum -y install ethereal
before this you have to configure yum on ur system. For this u need to know the version of Redhat.

Narsing
11,935
Posted By narsing
even free -m command will give the same result
even free -m command will give the same result
2,119
Posted By narsing
Hi Gauri ! 1. check for telnet configuration...
Hi Gauri !

1. check for telnet configuration file. In that file change the default port from 12023 to 23. then restart telnet daemon. this will make telnet daemon to listen on 23rd port

...
47,432
Posted By narsing
using vi editor copy =yy command cut =dd...
using vi editor

copy =yy command
cut =dd command
paste =p command

Narsing
1
ftp
1,461
Posted By narsing
Install "lukemftp" which gives the option of...
Install "lukemftp" which gives the option of Modification Time Preservation
Showing results 1 to 12 of 12

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