i hav installed fedora 14 (i386)..
i have the latest tomcat installed..
i'm unable to edit the tomcat-user.xml...it says access denied..i want to add user..i'm unable to do that..
i get this error even though i login thru root...help me out..
this is what i get..
[root@root ~]# /etc/tomcat6/tomcat-users.xml
-bash: /etc/tomcat6/tomcat-users.xml: Permission denied
and my tomcat-users.xm
Calling dhclient as root works beautifully on my debian machine. However, I would like to allow some users to execute dhclient, too.
Fedora 15 server minimal install
installed logwatch
Get this
/etc/cron.daily/0logwatch:
cat: /var/log/maillog: Permission denied
cat: /var/log/secure: Permission denied
cat: /var/log/messages: Permission denied
cat: /var/log/yum.log: Permission denied
-bash-4.1# ls -l /var/log
total 18440
-rw-------. 1 root root 11701 May 11 16:44 anaconda.log
-rw-------.
I have two folders in /media that I created previously, /media/usb1 and /media/usb2. Tried to create a 3rd folder today and I'm getting permission denied, using both sudo and then logged in as root.
"Have you ever attempted to do something with a file on a Linux machine and been given the error "permission denied"? For some people this isn't a problem, either su to the root user or use the sudo command to help you along. For some users, however, this can be very frustrating. Why? When you don' ...
Some Stackoverflow trolls have closed this on me, without any indication as to why. If you feel this is off topic, please let me know why in the comments.
Had setup a user to use instead of root. Was working fine and dandy till I started playing with user settings. Now all users (apart from root) borked. Can't login (ssh) with other users, even after adding them to the admin/root group.
I'm facing an interesting problem with plenty of Permission Denied outputs when using SymLinks
Linux: Slackware 13.1
Directory with Symlink:
root@Tower:/var/lib# ls -lah
drwxr-xr-x 8 root root 0 2012-12-02 20:09 ./
drwxr-xr-x 15 root root 0 2012-12-01 21:06 ../
lrwxrwxrwx 1 ntop ntop 21 2012-12-02 20:09 ntop -> /mnt/user/media/ntop6/
Symlinked Directory:
root@To
Working it agrees http://www.ibm.com/developerworks/ru/library/l-hadoop-1/ at first I entered into the user of hadoop by means of a command
root@one: /volumes# su hadoop
The invitation was as a result displayed
root@one: /volumes#
and to check I entered into the user of hadoop executed the whoami command, on what gave out me hadoop.
Hi I have sid + openbox and want to copy .gtkrc-2.0 file into /root/ directoryI have tried this but nothing copiedsudo \cp -rf ~/.gtkrc-2.0 /root/From thunar if I try to open /root/ as root is get the following message;"Failed to change to directory '/root' (Permission denied)."I know this can be done on debian stable.1. How can put this file in /root/?