V8.02.768.2025.06.01
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user