Results 1 to 4 of 4
Dear All,
I'm new to linux environment. So help me with this forum.
I have two linux machines.. Till yesterday, I have access to those 2 systems through Winscp, VNCServer ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-29-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 3
Session issues
Dear All,
I'm new to linux environment. So help me with this forum.
I have two linux machines.. Till yesterday, I have access to those 2 systems through Winscp, VNCServer and Putty.
As I change home owner ship from root to oracle(user), I'm unable to connect through either putty nor Winscp. But I connect through VNC. And also even if I click on services or anyother application in GUI, it displays a dialog box "Unknow error".
Please find me a solution for this.
- 08-30-2011 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,657
What do you mean by this statement? What command or commands did you run to do this?As I change home owner ship from root to oracle(user),
- 09-02-2011 #3Just Joined!
- Join Date
- Aug 2011
- Posts
- 3
- 09-02-2011 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,657
Is abc the home path for the user oracle? Show the contents of this command:
If abc is your home directory, you definitely don't want to be doing a 'chmod -R 777' on it - that will screw up your SSH config at the least.Code:grep oracle /etc/passwd
Show permissions of oracle's home dir:
Also, can you show exactly how you are calling SSH?Code:ls -ld `awk -F: '$1 ~ /oracle/{print $6}' /etc/passwd`


Reply With Quote

