Entry
Linux: Permission: View: How to view your read/write/copy permissions? [scd0 / chmod]
Sep 18th, 2003 04:06
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 18 September 2003 - 00:29 am ------------------
Linux: Permission: View: How to view your read/write/copy permissions?
[scd0 / chmod]
To view your read/write access to files, directories, devices, ...
type the command
ls -l
---
e.g.
to check your read/write access to the scd0 device,
type the following command on a console command line:
ls -l /dev/scd0
---
or another similar way to check:
cd /dev
ls -l scd0
(This works because scd0 is just a file in some directory)
---
Internet: see also:
http://www.faqts.com/knowledge_base/view.phtml/aid/24430/fid/107
http://www.faqts.com/knowledge_base/view.phtml/aid/24443/fid/107
----------------------------------------------------------------------