![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to delete files ?? | preethgideon | UNIX for Dummies Questions & Answers | 5 | 10-29-2007 01:51 AM |
| How to delete a weird file name | XZOR | UNIX for Dummies Questions & Answers | 3 | 10-05-2006 11:35 PM |
| when I try to run rm on multiple files I have problem to delete files with space | umen | UNIX for Dummies Questions & Answers | 1 | 09-20-2005 12:20 AM |
| weird problem with removing files | rein | UNIX for Advanced & Expert Users | 2 | 08-15-2005 04:51 AM |
| which files to delete? | NOT A CLUE | UNIX for Dummies Questions & Answers | 1 | 09-19-2001 06:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Guys, I have two files in a directory with weird permissions, size, owner, date etc... the problem is I canīt delete them! I tried to chmod the files and everything, but nothing seems to work. Anyone got any ideas ???
Look: Code:
[root@test exp]# ls -l total 1327968579 ?--------- 48 1645863428 2150720025 1750863360 Dec 31 1969 imp_dqds.log ?r----S--- 14959 50332160 3929490181 115 Dec 31 1969 tabsctcsys.dmp PS. I forgot to say, system is Red Hat ES 4 Last edited by DukeNuke2; 07-07-2008 at 07:42 AM. Reason: added CODE tags for better reading |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
What FS? If ext2/ext3 try:
Code:
sudo chattr -i imp_dqds.log tabsctcsys.dmp |
||||
| Google The UNIX and Linux Forums |