Skip to content

Commit 69df774

Browse files
authored
Merge pull request #123 from waall/patch-1
Missing char
2 parents 7a23b93 + 5bea742 commit 69df774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/linux/LinuxCommands.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function LinuxCommands () {
99
{ title: 'find / -user root -perm /4000 2>/dev/null' },
1010
{ title: 'find / -perm -u=s -type f 2>/dev/null' },
1111
{ title: "find / -type f -name '*.txt' 2>/dev/null" },
12-
{ title: 'find / -user root -perm -4000 -exec ls -ldb {}; > /tmp/suid' },
12+
{ title: 'find / -user root -perm -4000 -exec ls -ldb {} \; > /tmp/suid' },
1313
{ title: 'getcap -r / 2>/dev/null' }
1414
];
1515
const VersionSystem = [

0 commit comments

Comments
 (0)