Search Results

Search: Posts Made By: elango963
7,977
Posted By elango963
Checking FTP server file exist or not
I am trying to delete old file in ftp server, after transferring new file successfully .
but here i am checking both the file available or not using ls command.
if both the file available means i...
29,684
Posted By elango963
How to add path to root user
Hi hergp
following result i got for getent passwd root

root:x:0:0:root:/root:/bin/bash
one more thing i want to ask
i just created .bash_profile but i didn't give any permission like execute....
29,684
Posted By elango963
How to add path to root user
yes working in bash only
see below:

UID PID PPID C STIME TTY TIME CMD
root 32591 32590 0 16:50 pts/1 00:00:00 bash
29,684
Posted By elango963
How to add path to root user
sorry, i only posted worngly.
the correct one is
/usr/sbin:/bin:/usr/bin:/sbin:/opt/ubersvn/ubersvn/bin:.in .bashrc code also i didn't see any path declaration.
but in /etc/profile file i am...
29,684
Posted By elango963
How to add path to root user
this is the script i added for .bash_profile

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs ...
29,684
Posted By elango963
How to add path to root user
i created file .bash_profile and kept in root's home directory.
then i executed the file,after that the following path got added.
/usr/sbin:/bin:/usr/bin:/sbin:/opt/ubersvn:ubersvn/bin:.
but i...
29,684
Posted By elango963
how to create .bash_profile
Thanks for the reply.
can you guide me how to create .bash_profile


# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific...
29,684
Posted By elango963
How to add path to root user
i tried to find .bash_profile file home directory.
i can see only .bashrc file will be there.
in .bashrc file can we add path for root?
29,684
Posted By elango963
How to add path to root user
I am trying to add path for root.
In /etc directory there is no .bash_profile file
it has only profile file
can any one say how to add path for root user ?
is it possible to add path in profile...
5,004
Posted By elango963
yes I tried using ssh command. but i am getting...
yes I tried using ssh command.
but i am getting
ssh: connect to host SERVERNAME port 22: Connection refused.
the server connects only via ftp
22,825
Posted By elango963
Thanks pamu crontab path which i gave thats...
Thanks pamu
crontab path which i gave thats only made problem.
now its working fine
5,004
Posted By elango963
FTP server Memory space
Is there any command to check Memory space of FTP server
using FTP command
22,825
Posted By elango963
I tried with all #!/bin/ksh #!/bin/sh ...
I tried with all
#!/bin/ksh
#!/bin/sh
#!/bin/bash
same error getting
also i copied program with other name.this time also while running manually its working
but in crontab its not working...
22,825
Posted By elango963
"No such file or directory" while running crontab
Thank u for ur reply.
yes I am giving correct path only

this is the path i am giving in crontab
0 9 5 * * /webMethod6/CustomMonitoring/scripts/backupWebMethodsCodeBase.sh /webMethods6 >>...
4,970
Posted By elango963
crontab not creating text file
Thank you ! very much its working now
22,825
Posted By elango963
"No such file or directory" while running crontab
I am trying to take backup of server. while running manually, script working successfully.
while running in crontab its showing

"/bin/sh:...
4,970
Posted By elango963
crontab not creating text file
while running the following code in ssh crontab, Its running successfully
but its not creating text file IFC1.txt, file1.txt, file2.txt
while running manually its working.
please help me
...
Showing results 1 to 17 of 17

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