![]() |
|
|
|
|
|||||||
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where's the .profile environment config for root under Bourne shell? | Joncamp | SUN Solaris | 2 | 12-02-2006 12:22 AM |
| Difference between .profile and .~/.profile | maneesh mehta | SCO | 3 | 12-14-2005 12:35 AM |
| .profile for root ? | sveera | SUN Solaris | 1 | 06-22-2005 05:41 AM |
| Run non-root script as root with non-root environment | bubba112557 | UNIX for Dummies Questions & Answers | 2 | 12-02-2004 08:39 PM |
| changed .profile but didnt ./.profile, yet reflected changes | yls177 | UNIX for Dummies Questions & Answers | 4 | 12-05-2002 07:21 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
trying to add .profile for root
I am trying to add a .profile for root
I cd to / do vi .profile and get /var/tmp/ExGXaaqa Read only file system... What does this mean? |
| Forum Sponsor | ||
|
|
|
|||
|
It means the root file system is mounted in such a way that you cannot modify it. man mount to read more and perhaps even find out how to change that (but of course, if the physical disk is a read-only disk like a DVD, you simply can't write to it).
|