![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| passthrough devices vs. named devices | thumper | UNIX for Dummies Questions & Answers | 1 | 06-04-2008 06:13 PM |
| USB Devices | davidkretsch | Linux | 2 | 02-21-2005 03:32 PM |
| Devices in Unix | derekc132002 | UNIX for Dummies Questions & Answers | 1 | 11-06-2002 08:52 AM |
| HP-UX 10.20 devices | LivinFree | HP-UX | 9 | 02-05-2002 03:02 AM |
| How to programm TTY devices under UNIX platform? | WayneYang | High Level Programming | 8 | 12-28-2001 02:15 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Unix devices
Hi
I am trying to determine the access to unix devices. I found the follow access description which I have been told is a symbolic link and is not the actual file. I was also told that all symbolic links will have rwxrwxrwx access. kmem: lrwxrwxrwx 1 root 27 May 28 16:06 /dev/kmem -> ../devices /pseudo/mm @0: kmem Can someone tell me where I can find what access has been given to devices. Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Can't you just have a look at the destination of the symlink for the permissions? Maybe that is too simple?
__________________
Pete |
|
#3
|
||||
|
||||
|
You can resolve the symbolic link automatically by using -L with ls:
ls -Ll /dev/kmem |
||||
| Google The UNIX and Linux Forums |