dmzeplin Posted February 20, 2005 Share Posted February 20, 2005 When i create the folder in /usr/lib/mozzilla by "mkdir" and realized I don't want that folder in /usr/lib/.... and wanted to remove it off... I tried to use manual by click to remove it... but it said: Access denied to /usr/lib/mozilla-firefox-0.10.1/components.ini Is there possible to do that?? Thanks! Link to comment Share on other sites More sharing options...
SoulSe Posted February 20, 2005 Share Posted February 20, 2005 Open a console and use su to get root privileges: $ su And then use rm to get rid of it: # rm -rf /usr/lib/whatever Link to comment Share on other sites More sharing options...
dmzeplin Posted February 20, 2005 Author Share Posted February 20, 2005 Wow, simple job! Many thanks! One more question, Since I learned from feedback such as: remove folder by rm -rf /usr... whatever create folder by mkdir /.... whatever... How do you know the terminal type in root, when I click "help" it didn't show much help?? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now