![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cat /dev/null | freakydancer | UNIX for Dummies Questions & Answers | 3 | 03-20-2008 06:17 AM |
| compare null with non-null | nitin | Shell Programming and Scripting | 8 | 11-04-2006 03:58 PM |
| > /dev/null | rrs | Shell Programming and Scripting | 2 | 06-19-2006 01:29 AM |
| Q1 :/dev/null Q2 -A | big123456 | UNIX for Advanced & Expert Users | 4 | 11-09-2005 10:16 PM |
| >/dev/null | piltrafa | UNIX for Dummies Questions & Answers | 1 | 10-26-2001 02:46 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
What is /dev/tty /dev/null and /dev/console
Hi, Anyone can help
My solaris 8 system has the following /dev/null , /dev/tty and /dev/console All permission are lrwxrwxrwx Can this be change to a non-world write ?? any impact ?? |
| Forum Sponsor | ||
|
|
|
||||
|
Quote:
Quote:
Use "ls -lL" to display the real permissions. Quote:
Quote:
|
|
|||
|
Actually not. Changing permissions on a symlink affect the target, not the link, so the chmod would have disastrous effects.
|
|
|||
|
Quote:
/dev/console real permissions are already secure. |