V8.02.768.2025.06.01

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-01 15:25:20 +02:00
parent 5a2900fa71
commit a38f23e34a

View File

@@ -43,8 +43,14 @@ jobs:
ls -l /dev/null
echo "stat /dev/null"
stat /dev/null
echo "mount | grep '/dev/null'"
mount | grep '/dev/null'
echo "mount | grep ' / '"
mount | grep ' / '
echo "mount | grep 'ro,'"
mount | grep 'ro,'
echo "ls -l /lib64/rsyslog/omstdout.so"
ls -l /lib64/rsyslog/omstdout.so
echo "touch /tmp/testfile && echo "test" > /tmp/testfile && rm /tmp/testfile"
touch /tmp/testfile && echo "test" > /tmp/testfile && rm /tmp/testfile
echo "ls -lL /proc/self/fd/1"
ls -lL /proc/self/fd/1