Login
Register
Home
Wiki Knowledge Base
FreeDNS
Facebook
Linux Support
Control Web Panel
MENU
Home
Help
Search
Login
Register
Control Web Panel
»
WebPanel
»
CentOS 7 Problems
»
How disable automatic change rights on home directory?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How disable automatic change rights on home directory? (Read 4665 times)
0 Members and 1 Guest are viewing this topic.
d2db
Newbie
Posts: 20
How disable automatic change rights on home directory?
«
on:
December 04, 2017, 01:31:34 PM »
How do I disable the automatic change rights to the home directory?
I have not found any such options in the admin panel.
Logged
d2db
Newbie
Posts: 20
Re: How disable automatic change rights on home directory?
«
Reply #1 on:
December 11, 2017, 01:30:35 PM »
I have small solution:
Code:
[Select]
sudo chmod 755 /home
sudo chattr +i /home
But be careful if you use this in live server. This is not secure.
Logged
Print
Pages: [
1
]
« previous
next »
Control Web Panel
»
WebPanel
»
CentOS 7 Problems
»
How disable automatic change rights on home directory?