Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]tlug: Filename star
- To: Tokyo Linux Users Group <tlug@example.com>
- Subject: tlug: Filename star
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Date: Wed, 29 Dec 1999 13:16:59 +0900 (JST)
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <19991228211155.A1003@example.com>
- References: <19991228211155.A1003@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
>>>>> "Subba" == Subba Rao <subb3@example.com> writes: Subba> To remove this I did, Subba> $ rm -i * Subba> and got rid of it. $ rm -i '*' will save hitting the 'n' key a few times. Subba> I don't know how this file got created. What is the best Subba> way to trace the creation of such files? I want to know the Look at the contents. Too late.... If the file is open at the time, fuser(1) will tell you who is using it. You probably also want to look at the creation date (the time listed by ls(1) is modification date). `man ls' should tell you how to do that. file(1) may be able to tell you what kind of file it probably is even if the contents are unreadable to humans. Otherwise you can't know what (Unix) process created it. Subba> process that is creating it. External login is impossible Does it have a net connection at all? If so, what makes you so sure that creation of files by external agents is impossible? In fact, it seems more likely that a program that knows nothing of the shell metacharacters would create files like that, so an externally controlled shell is actually not a likely source for such files. Subba> to this box. It has to be one of the several tools I have Subba> downloaded and compiled. How do you search for files, with Subba> meta characters as their names? su -c "find / | grep '[*?]'" is a start, variations an exercise for the reader. (If external login were possible, I would suggest looking for '...' and files with control characters as names, etc.) -- University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Institute of Policy and Planning Sciences Tel/fax: +81 (298) 53-5091 _________________ _________________ _________________ _________________ What are those straight lines for? "XEmacs rules." ------------------------------------------------------------------- Next Technical Meeting: January 14 (Fri) 19:00 * Topic: "glibc - current status and future developments" * Guest Speaker: Ulrich Drepper (Cygnus Solutions) * Place: Oracle Japan HQ 12F Seminar Room (New Otani Garden Court) ------------------------------------------------------------------- more info: http://www.tlug.gr.jp Sponsor: Global Online Japan
- Follow-Ups:
- Re: tlug: Filename star
- From: Subba Rao <subb3@example.com>
- References:
- tlug: Filename star
- From: Subba Rao <subb3@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: Attendance for 1/14 TLUG Technical Meeting
- Next by Date: Re: tlug: Attendance for 1/14 TLUG Technical Meeting
- Prev by thread: tlug: Filename star
- Next by thread: Re: tlug: Filename star
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links