Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Do I need to be "Sudo" user for file movement fr Post 302837253 by Corona688 on Thursday 25th of July 2013 12:02:47 PM
Old 07-25-2013
Certainly it's connecting to the server, if it's asking you for a password. It wouldn't bother if it didn't connect.

If I had to make a wild guess, I would say it's copying the files. If it had any sort of error it would tell you...
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

communicating wth another user aside from "wall" and "write"

Hi, Can anyone suggest a Unix command or c-shell algorithm to simulate to behavior of "wall" command minus the "all users"? What I'm trying to do is to send a notice to just one particular user but i dont want other remotely-logged-on users to receive the message (on the pseudo-terminals). I... (6 Replies)
Discussion started by: Deanne
6 Replies

2. UNIX for Dummies Questions & Answers

Possible to give non root user sudo to "crontab -l"

Does anyone know if this is possible? I want to give some users access to root's crontab but only with a read privilege. Is this possible to do or can only root or people with full root sudo view root's cron? (4 Replies)
Discussion started by: LordJezoX
4 Replies

3. UNIX for Dummies Questions & Answers

Unable to use the Sudo command. "0509-130 Symbol resolution failed for sudo because:"

Hi! I'm very new to unix, so please keep that in mind with the level of language used if you choose to help :D Thanks! When attempting to use sudo on and AIX machine with oslevel 5.1.0.0, I get the following error: exec(): 0509-036 Cannot load program sudo because of the following errors:... (1 Reply)
Discussion started by: Chloe123
1 Replies

4. UNIX for Dummies Questions & Answers

changing password with sudo user " permission denied"

HI All, I am using solaris i created a user adam and updated his permissions in vi sudoers file as follows adam ALL=(ALL) NOPASSWORD: ALL ........... when i create user by logging as sudo user . $ sudo useradd -d /home/kalyan -m -s /bin/sh kalyan sudo: not found ... (6 Replies)
Discussion started by: kalyankalyan
6 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. UNIX for Dummies Questions & Answers

What is the significance of sh -s in ssh -qtt ${user}@${host} "sh -s "${version}"" < test.sh?

Please can you help me understand the significance of providing arguments under sh -s in > ssh -qtt ${user}@${host} "sh -s "${version}"" < test.sh (4 Replies)
Discussion started by: Sree10
4 Replies

7. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

8. Shell Programming and Scripting

Expect: spawn id exp5 not open while executing "expect "$" { send "sudo su -\r" }"

Hi All, i am trying to ssh to a remote machine and execute certain command to remote machine through script. i am able to ssh but after its getting hung at the promt and after pressing ctrl +d i am gettin the out put as expect: spawn id exp5 not open while executing "expect "$" {... (3 Replies)
Discussion started by: Siddharth shivh
3 Replies

9. Shell Programming and Scripting

Explaining behaviour of sudo bash "$0" "$@";

I've found this script part on the stackoverflow: if ; then sudo bash "$0" "$@"; exit "$?"; fi I realized that sudo bash "$0" "$@"; is the only needed for me. But the strange thing happens when I move this line outside the IF statement: sudo bash "$0" "$@"; stops the... (9 Replies)
Discussion started by: boqsc
9 Replies

10. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies
DDNS3(1)						      General Commands Manual							  DDNS3(1)

NAME
ddns3 - ddns.nu remote update client SYNOPSIS
ddns3 --user user --pass password [ options ] command ... DESCRIPTION
ddns3 updates IP-Handles on the ddns.nu remote update server. This allows remote automated updates rather than using the website via a browser. OPTIONS
--user user Specifies the username to authenticate with. --pass password Specifies the password to authenticate with. --host hostname Override the default server hostname to connect to. The default server hostname is ns.ddns.nu. --port portnumber Override the default TCP port to connect to. The default TCP port for the ddns3 protocol is 2164 --auth authtype Specify what type of authentication protocol to use. The available types are: plaintext, crypt, md5, ddns, and strong. The default type is ddns which is secure in the sense that the username is sent in cleartext, but the password is sent hashed in such a manner as to defeat replay attacks by utilising a salt sent from the server. COMMANDS
list List all IP-Handles and their current values for the account. You may do this multiple times, for example it is perfectly legal (and perhaps even useful) to do a list, followed by a set, and then another list to observe the change. set handle-name ip-value Set an IP-Handle named handle-name to the IP value ip-value. Similar to list you can specify as many such operations on the command line as you wish and they will be executed in the order specified. guess handle-name ip-source Set the IP-Handle named handle-name to the IP value derived from IP seen by the ip-source end of the update connection. The ip- source is specified as either remote or local. Again you may specify multiple guess commands on the command line and they will be executed in order. Using the local option saves you from having to specify the IP on the command line. Local guessing usually gets the IP correct as it takes the local address of the socket making the update connection. With conventional routing arrangements this is likely to be the IP you want. However the remote option sets the IP-Handle to the IP that the server sees the connection as originating from. This is most useful if you are running the client from behind a NAT gateway which itself is incapable of running the client. In this case the IP of the NAT gateway is used, rather than the probably martian IP of the host the client is actually executing on. DIAGNOSTICS
Useful error messages are produced on stderr, all other runtime output goes to stdout. On runtime exception the return value of the process may be useful in scripting: -1 The usage message was generated by running the command with no arguments. -2 The argument parser didn't like the command line. -3 A connection could not be established with the update server. -4 Authentication failed. -5 Network errors closing the connection (these can often be ignored). -6 Some kind of internal logic error in the process, like a malloc/free failure. The process returns a positive count of the number of commands executed on the server that generated an error, or zero on error free com- pletion of all commands. BUGS
The authentication details should be read from a file to avoid their visibility in the process list. There should be support for other ddns3 protocol primitives like MOTD and HELP for completeness. The java implementation jddns3 does this, and is largely command line equivalent. Short network writes are unchecked in at least one place. AUTHOR
Alan Yates <alany@ay.com.au> VERSION
$Id: ddns3.1,v 1.2 2003/03/20 05:21:59 alany Exp $ SEE ALSO
http://www.ddns.nu/ http://www.ddns.nu/files/ddns-v3.txt $Date: 2003/03/20 05:21:59 $ DDNS3(1)
All times are GMT -4. The time now is 04:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy