We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a23b93 + 5bea742 commit 69df774Copy full SHA for 69df774
src/components/linux/LinuxCommands.tsx
@@ -9,7 +9,7 @@ export default function LinuxCommands () {
9
{ title: 'find / -user root -perm /4000 2>/dev/null' },
10
{ title: 'find / -perm -u=s -type f 2>/dev/null' },
11
{ title: "find / -type f -name '*.txt' 2>/dev/null" },
12
- { title: 'find / -user root -perm -4000 -exec ls -ldb {}; > /tmp/suid' },
+ { title: 'find / -user root -perm -4000 -exec ls -ldb {} \; > /tmp/suid' },
13
{ title: 'getcap -r / 2>/dev/null' }
14
];
15
const VersionSystem = [
0 commit comments