Results 1 to 2 of 2
Hi all, i've got 2 things that have been bugging me.
1. what are the keyboard commands to navigate through the X-windows desktop for a Unix OpenServer 5... anyone? I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-22-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 6
X Windows navigation and sftp
Hi all, i've got 2 things that have been bugging me.
1. what are the keyboard commands to navigate through the X-windows desktop for a Unix OpenServer 5... anyone? I know, linux/unix.. but i figured they might be similar.
2. I'm trying to sftp into the linux box (red hat), and when i do sftp 192.0.0.11, it says connection refused. is there a setting somewhere to enable ftp connections?
Thanks!
- 08-22-2005 #2Linux Newbie
- Join Date
- Mar 2005
- Location
- California!
- Posts
- 159
Re: X Windows navigation and sftp
Originally Posted by MichaelK
sftp and ftp are different. sftp is part of ssh. what distro are you using? I know in fedora ssh is enabled by default.
run ps -e to see a list of running processes. if you want ssh, check to see if sshd is listed.
to see a complete list of avaliable services, and if there turned on and in what run levels they run in, do:
chkconfig --list <--might have to be root
to have sshd, or any other service, start automatically, as root run:
chkconfig --level [WHAT_EVER_RUN_LEVELS_YOU_WANT] sshd on
have a look at the /etc/inittab file for info on the different run levels
i hope this helpsRegistered Linux User # 392752
• \"pr0n\": An anagram of \"porn,\" possibly indicating the use of pornography.


Reply With Quote
