![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WARNING: filename <not present on Read Only file system>+pkgadd error | kiran.zamre | SUN Solaris | 1 | 07-02-2008 06:24 AM |
| how to mount a file system of a remote machine to local file system | cy163 | UNIX for Dummies Questions & Answers | 2 | 01-31-2008 06:04 AM |
| Post Shell programming: Question about source a file and read data from the file | ccwq | Shell Programming and Scripting | 3 | 08-04-2007 07:28 PM |
| Read through a file and Pass system commands | systemali | Shell Programming and Scripting | 7 | 03-27-2006 12:14 AM |
| read system call | Madhu Babu | High Level Programming | 1 | 11-16-2002 04:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
read only file system
Hi,
Has any one worked on IPSO operating system. I have a to add a file to /etc directory. When I create a file it comes up with read only file system. Is there any way of adding a file to this directory, without changing the etc directory parameters. Br, Eugene |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I don't know IPSO, but you can check if the filesystem is mounted read-only by checking it's entry in the /etc/fstab or a similar file. /etc should reside on FS /.
Also you can check with lsattr or chattr if they are using extended file permissions like "immutable", if it is ext2 or any other FS that supports it. Good luck! |
|||
| Google The UNIX and Linux Forums |