Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete files from root file system

Status
Not open for further replies.

kingpin1

IS-IT--Management
Dec 30, 2004
3
US
How can I delete the files from root file system primarily the /U directory?
 
First of all, the /u directory isn't the root directory. Secondly, if you're asking how to delete files from the root filesystem I think you need to do a little more research as to why you would want to do this. Then, and only then, use rm <filename> to remove whatever you like. But be prepared - deleting certain files can trash your system and unless it's designed otherwise, rm is very unforgiving, as in there's no recycle bin.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top