[PATCH] show permissions and groups in the label_test

This commit is contained in:
greg@kroah.com 2003-12-03 17:37:29 -08:00 committed by Greg KH
parent 5ec0b54216
commit 356816abf6
1 changed files with 4 additions and 4 deletions

View File

@ -22,23 +22,23 @@ export ACTION=add
export DEVPATH=block/sda
../udev block
ls udev
ls -l udev
export DEVPATH=block/sda/sda3
../udev block
ls udev
ls -l udev
export ACTION=remove
export DEVPATH=block/sda
../udev block
ls udev
ls -l udev
export DEVPATH=block/sda/sda3
../udev block
ls udev
ls -l udev
rm $RULES