|
Home > Archive > Red Hat Configuration > August 2004 > permissison denied
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
permissison denied
|
|
|
| Thank you for your prompt help and advise.
When I tried to create a suse directory, I got the message "cannot created
directory '/mnt/suse" Permission denied.
I then went to command line and into the mnt dirctory. I typed mkdir suse
and got the permission denied again.
Paul
-----= Posted via webservertalk.com, Uncensored Usenet News =-----
http://www.webservertalk.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
| |
| Bit Twister 2004-08-29, 5:52 pm |
| On Sun, 29 Aug 2004 11:35:40 -0500, paul wrote:
> When I tried to create a suse directory, I got the message "cannot created
> directory '/mnt/suse" Permission denied.
Click up a terminal
su -l root
mkdir /mnt/suse
|
|
|
|
|