Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
0fea2bf97b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package/base/rock-debug/test_baduidgid.sh

+ 2
- 1
package/base/rock-debug/test_baduidgid.sh

@ -28,6 +28,7 @@
# File-Name <Tab> UID:GID
# ...
find * \( -nouser -o -nogroup \) -printf '%p\t%u:%g\n'
find bin boot etc home lib mnt opt root sbin usr var \
\( -nouser -o -nogroup \) -printf '%p\t%u:%g\n'
exit 0

Loading…
Cancel
Save