Search Results

Search: Posts Made By: maheshwin
Forum: Programming 02-29-2008
2,268
Posted By maheshwin
hi u can do so using the samba...
hi

u can do so using the samba configuration in UNIX, using the samba share u can access the unix share and write and store the results over the unix box, but u need to know the samba service...
Forum: Solaris 02-29-2008
7,869
Posted By maheshwin
hi! try to mount the partition using the...
hi!

try to mount the partition using the links(hard link perferable) and create several of mounts(3 or more), and try access the mount from remote and access it preferably used the yes command to...
Forum: UNIX and Linux Applications 02-13-2008
3,978
Posted By maheshwin
touch -t 0802130800 /tmp/date find . -newer...
touch -t 0802130800 /tmp/date
find . -newer /tmp/date -mtime 0
50,414
Posted By maheshwin
ls -l will give the output of the total directory...
ls -l will give the output of the total directory links , so dont trust it, du is the exact form to get the info, above commands are perfectly true
Forum: Solaris 02-13-2008
10,231
Posted By maheshwin
use find . -atime <seconds> -mtime...
use

find . -atime <seconds> -mtime <seconds> -ctime <seconds>

atime=access time
mtime=modify time
ctime=change time
Forum: Cybersecurity 04-04-2007
9,616
Posted By maheshwin
hi! kindly check the ftp configuration file...
hi!

kindly check the ftp configuration file , where the setting for the data connection is enable or not.


thanks
6,500
Posted By maheshwin
try using the chattr -au <file/folder>
try using the chattr -au <file/folder>
9,938
Posted By maheshwin
i agree with above
i agree with above
3,422
Posted By maheshwin
generally in HPUX ftpd will be running along with...
generally in HPUX ftpd will be running along with inetd, so u need to confirm if at local server has ftpd properly written in inetd.conf , and check whether inetd running and it is listed in...
Forum: Programming 02-01-2007
14,781
Posted By maheshwin
hdparm -I /dev/hda or try hdparm -i /dev/hda
hdparm -I /dev/hda
or try hdparm -i /dev/hda
3,422
Posted By maheshwin
hi check whether the ftp server daemon...
hi

check whether the ftp server daemon available or not in the /etc/inetd.conf, if not add the ftp service line as that of the telnet and restart the inetd daemon
hope this will solve u r problem...
Forum: Linux 01-31-2007
9,404
Posted By maheshwin
use the route command and give the neccessary...
use the route command and give the neccessary submask/subnet route and check whether still internet is getting or not

more over check ifconfig for correct device and add route to that device only
Forum: Solaris 01-31-2007
28,758
Posted By maheshwin
hi! check whether gdm is running or not ,if...
hi!

check whether gdm is running or not ,if not start it using
gdm commad default has xdcmp set so it can solve ur problem
4,615
Posted By maheshwin
try use umask (umask 744)
try use umask (umask 744)
2,842
Posted By maheshwin
instead of while , u can use the awk which is...
instead of while , u can use the awk which is very flexible enough to handle the task, since while suffers in searching a text
Forum: IP Networking 01-31-2007
11,463
Posted By maheshwin
hi check your directory permission for other user...
hi check your directory permission for other user level is set or not

since generally we shall face this problem when accessing file from remote it becomes a other level permission so we need to...
19,540
Posted By maheshwin
fine thanks for your suggestion
fine thanks for your suggestion
20,089
Posted By maheshwin
yea u can run but u need to give the full...
yea u can run
but u need to give the full execute permission
19,540
Posted By maheshwin
parent shell pid
hi folks

can any suggest me how to get a parent processid in the script if i am executing this in the script

vi myscript.sh

echo "parent shell pid"$$

sh myscript.sh


but when i am...
Forum: Programming 01-22-2007
9,834
Posted By maheshwin
try to use the ipcs command , there we shall be...
try to use the ipcs command , there we shall be getting the share memory infor and process related info
13,263
Posted By maheshwin
if its a system printer, whether pkg installed or...
if its a system printer, whether pkg installed or not using the pkginfo

pkginfo | grep cups

try using the lpstat command to check whether printer installed

if its a network printer use...
Forum: Solaris 01-18-2007
6,700
Posted By maheshwin
yea u can run various OS in VMware , at the...
yea u can run various OS in VMware

, at the configuring your VM u should set the network type as bridging, then u can work like a individual OS and can connect to that OS using telnet from windows...
3,748
Posted By maheshwin
yea u r right , this will change first character...
yea u r right , this will change first character apperance,
11,695
Posted By maheshwin
uptime will be more benifit , with script which...
uptime will be more benifit , with script which collects all the server loads


#!/bin/sh

loadcnt=$(uptime | awk -F "." '{ print $1 }' | awk -F ":" '{ print $5 }') echo " the current...
3,748
Posted By maheshwin
u can use sed -e...
u can use

sed -e 's/^occurence/changepattern/g' file
Showing results 1 to 25 of 54

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