![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prevent users logging in as root | Sepia | SUN Solaris | 3 | 4 Weeks Ago 10:45 AM |
| How to prevent local root from su to an NIS user? | nfw | UNIX for Advanced & Expert Users | 3 | 01-08-2008 09:38 AM |
| editing sqlplus id@passwd in multiple scripts, users and directories | Helmi | UNIX for Dummies Questions & Answers | 8 | 05-08-2007 09:02 PM |
| Locking a file when using VI to prevent multiple-edit sessions by diff users | Browser_ice | AIX | 14 | 11-23-2006 06:43 AM |
| Prevent root login directly | skotapal | UNIX for Dummies Questions & Answers | 4 | 09-27-2002 03:53 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
How to prevent root users from editing files (logs)? Is there any way?
|
| Forum Sponsor | ||
|
|
|
|||
|
Basically, if you know who the the user is, you can try to create a chroot jail.
This prevents them from logging in using su to get privs and then editing files outside their new "root" directectory. However, user with root access can defeat a chroot jail. Here is an example for a ssh chroot jail: http://www.fuschlberger.net/programs...p-chroot-jail/ |