![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't login root account due to can't find root shell | neikel | AIX | 2 | 01-30-2008 08:07 PM |
| I need it to prompt me for a root password, so I don't have to log as root | lunchtime | UNIX for Dummies Questions & Answers | 2 | 06-25-2007 12:21 PM |
| how to access root priveliges if root password is lost | wojtyla | Linux | 1 | 02-18-2005 03:24 AM |
| Run non-root script as root with non-root environment | bubba112557 | UNIX for Dummies Questions & Answers | 2 | 12-02-2004 09:39 PM |
| Lost root password / Can't login as root | Perderabo | Answers to Frequently Asked Questions | 0 | 06-22-2004 04:40 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have unix solaris , size of root directory decrease continuously like :
'/ : Disk space: 13.92 MB of 100.45 MB available (13.86%).' and decrease more and more , How can i detect the reason ? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I know that English may not be your first language, but the terminology is important. You are asking about the root filesystem, not the root directory. /etc/passwd is in the root filesystem but it is not in the root directory.
Here is how to get a list of all of the files in the root filesystem that have been modified in the past week: find / -xdev -type f -mtime -7 -print | xargs ls -l Since you seem to have one or more files growing this command should find them. |
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|