![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to chmod a file/directory | lyonsd | SUN Solaris | 12 | 04-27-2009 05:08 AM |
| Unable to view files in a particular directory under /opt | its.simron | UNIX for Dummies Questions & Answers | 1 | 05-21-2008 10:02 AM |
| Unable to view files in a particular directory under /opt | its.simron | Linux | 1 | 05-21-2008 09:59 AM |
| Unable to see all file in a current directory | srikanthus2002 | Shell Programming and Scripting | 3 | 09-27-2006 04:07 AM |
| unable to create directory in /apps | jkrotz | UNIX for Dummies Questions & Answers | 2 | 12-31-2003 10:10 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
unable to create any directory that uses numbers as the directory name
Version-Release number of selected component (if applicable):
================================================================== root@server [~]# cat /etc/redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Update 5) root@server [~]# uname -a Linux server.integrityserver.net 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux root@server [~]# How reproducible: ====================== root@server [~]# mkdir 1 mkdir: cannot create directory `1': No such file or directory root@server [~]# mkdir 12 mkdir: cannot create directory `12': No such file or directory root@server [~]# mkdir 1a2 root@server [~]# Actual results: ====================== mkdir: cannot create directory `1': No such file or directory Expected results: ====================== should be able to create a directory Additional Info: ================== root@server [~]# ll $(which mkdir) -rwxr-xr-x 1 root root 25060 Sep 19 15:46 /bin/mkdir* root@server [~]# rpm -qf $(which mkdir) coreutils-5.2.1-31.6 root@server [~]# root@server [~]# mount -a root@server [~]# root@server [~]#alias | grep mk root@server [~]# FSType = ext3 Please advise. Thanks |
|
||||
|
Hi I have the same issue as fed.linuxgossip.
I am running RHEL AS 4 (Update 5) Filesystem = ext3 Same Problem: ######### I can not create numeric files. I can not create them via anything i can think of, via echo, dd, touch, etc etc. ######## What I can do: I can write to the same filesystem over NFS on a different machine just fine. I can boot up off of a Live CD and write to the file system fine. ######## I tried using statically linked binaries like busybox, and I can not create the files. I updated the system completely to RHEL AS 4 Update 6, (including the kernel), and the problem still persists. ####### Perderabo : Changing shells didnt help, nor did quotes or escape characters. ########### Anything else special you did fed.linuxgossip ? |
|
||||
|
Does anybody have a copy of the 'mount' binary which was on these systems? Even a copy from backup is fine. I honestly suspect a rootkit being involved in this issue as I have seen it before. Looks like a number of binaries are involved, mount being one of them (due to how early it is called during bootup).
If you do have a copy from these systems, I would recommend you examine the impacted system's from another good kernel and then look for the binaries. You should find the 'mount' binary, another mount binary with what looks like a hash string appended to the end of the name, and then another empty mount file with another hash appended to the name. This seems to be the indicator that the system truly is infected. Please post the binary to this forum, or PM me if you can supply me with a copy for analysis. I am interested to know if this is the same exact MD5 hash I found or not. Would really like to identify this particular rootkit and get some signatures out there so other people can find it easier. |
![]() |
| Bookmarks |
| Tags |
| linux, perl, perl shift, shift, shift perl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|