![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do i change to super user then revert back to ordinary user ,using shell script? | wrapster | Shell Programming and Scripting | 3 | 06-04-2008 04:11 AM |
| Script using awk works only as super user | gjithin | Shell Programming and Scripting | 10 | 05-09-2008 06:30 AM |
| Sunsolaris shell script runs only as super user | gjithin | SUN Solaris | 4 | 05-09-2008 05:47 AM |
| rsh as super user without password prompt | TheMightyUrrrrf | UNIX for Dummies Questions & Answers | 1 | 02-13-2008 06:50 AM |
| reassigning key functions in super user mode | lehcar511 | UNIX for Advanced & Expert Users | 5 | 06-19-2003 09:03 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
FTP as Super User
How do you FTP as a Super User? I need to send some files into a cgi-bin directory. I can telnet in as a SU but, cannot figure out how to do it with FTP.
Thanks, Frank |
| Forum Sponsor | ||
|
|
|
|||
|
Type the following line at the command prompt:
sudo ftp then hit return. You will then be prompted for the superuser password. Type it in, hit return, and you're FTPing as the superuser (as long as your FTP daemon is configured to accept the superuser as a remote login; sometimes they're default configured not to for security reasons).
__________________
% man woman man: no entry for woman in the manual. |
|
|||
|
No problem, fbavent! The sudo commmand is a corruption of "pseudo," as in pseudonym, i.e., an alias. Sudo lets you impersonate the superuser for any command line. If you'd like the manual pages for sudo, they're on your system now--type in man sudo to view them. If you'd like one of my patented shiny PDFs of this or any other manual page, just post below--I'll e-mail it to you!
__________________
% man woman man: no entry for woman in the manual. |
|||
| Google UNIX.COM |