18.02.2014 Views

string

string

string

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

mdir: <strong>string</strong>: Directory not empty<br />

Cause<br />

The rmdir(1) command can remove empty directories only. The directory whose<br />

name appears after the first colon in the message still contains some files or<br />

directories.<br />

Action<br />

Use rm(1) instead of rmdir(1). To remove this directory and everything underneath<br />

it, use the rm -ir command to recursively descend the directory, being asked if you<br />

want to delete each element. To remove the directory and all its contents without<br />

being asked for approval, use the rm -r command.<br />

ROOT LOGIN /dev/console<br />

Cause<br />

This syslog message indicates that someone has logged in as root on the system<br />

console.<br />

Action<br />

If you have just logged in as root, don’t worry. If this is not you, consider the<br />

possibility of a security breach. The best site-wide policy is for all system<br />

administrators to su(1M) instead of logging in as root.<br />

ROOT LOGIN /dev/pts/int FROM <strong>string</strong><br />

Cause<br />

This syslog message indicates that someone has logged in remotely as root on a<br />

pseudo-terminal from the system specified after the FROM keyword.<br />

164 Solaris Common Messages and Troubleshooting Guide ♦ October, 1998

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!