Quote:
|
Originally Posted by mphayesuk
1) How do I check who is the owner and group
|
Code:
ls -l /path/to/file
Quote:
|
2) How would I change it if its wrong
|
Code:
chown owner:group /path/to/file
Quote:
|
3) I tried to login as root using putty... I think I need to enable shell access for root at some point or perhaps create a different system user.
|
Normally root has shell access unless you changed something in /etc/passwd...