Results 1 to 5 of 5
Dear all,
I want to build a industy PC with linux, I want to ask a question, can I make a linux system to be read only, how can do ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-28-2004 #1Just Joined!
- Join Date
- Oct 2004
- Posts
- 22
Industy PC with linux
Dear all,
I want to build a industy PC with linux, I want to ask a question, can I make a linux system to be read only, how can do it? Can anyone give me some tips!
In my plan,
/ will be readonly
/etc will be read-write
/root will be read-write
can I do it. Thanks.
- 10-31-2004 #2Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
You are asking about file permissions. Yes you can do what you described, easily. Look at the "Linux File Permissions" tutorial by GoldenEye.
/IMHO
//got nothin'
///this use to look better
- 11-01-2004 #3Linux Newbie
- Join Date
- Oct 2004
- Location
- Manchester, England
- Posts
- 165
if you want a directory and everything under it to be read only the easiest way would be to create it's own partiition and mount it read only
- 11-01-2004 #4Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
I think
Originally Posted by FyberOptyx would probably be easier than repartitioning.Code:# chmod -R 744 directory_name
/IMHO
//got nothin'
///this use to look better
- 11-01-2004 #5Linux Newbie
- Join Date
- Oct 2004
- Location
- Manchester, England
- Posts
- 165
lol true, just offering an alternative which can be reverted back to normal setup easily without having to worry about original permissions


Reply With Quote
