Results 1 to 3 of 3
I wanted to change bash history # lines kept and tried to edit this file, but says permission denied.
-rw-r--r-- 1 root root 842 May 24 2004 /etc/profile
I am ...
- 09-04-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 1
Editing /etc/profile? Can't as root
I wanted to change bash history # lines kept and tried to edit this file, but says permission denied.
-rw-r--r-- 1 root root 842 May 24 2004 /etc/profile
I am logged in as root (from su), but says permission denied. I have tried editing other root only files (with same permissions), and works ok?
Anyone know why root can't edit this file and some way around it?
- 09-05-2005 #2
Your filesystem isn't mounted read-only is it?
You could also try using 'su -' to change to the root user instead of 'su'.Linux user #126863 - see http://linuxcounter.net/
- 09-05-2005 #3
I wouldn't edit /etc/profile anyway. Your changes may get clobbered during certain updates.
Instead edit ~/.profile for the user(s).


Reply With Quote
