Skip to content

Commit

Permalink
Merge pull request #123 from waall/patch-1
Browse files Browse the repository at this point in the history
Missing char
  • Loading branch information
LasCC authored Oct 21, 2022
2 parents 7a23b93 + 5bea742 commit 69df774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/linux/LinuxCommands.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function LinuxCommands () {
{ title: 'find / -user root -perm /4000 2>/dev/null' },
{ title: 'find / -perm -u=s -type f 2>/dev/null' },
{ title: "find / -type f -name '*.txt' 2>/dev/null" },
{ title: 'find / -user root -perm -4000 -exec ls -ldb {}; > /tmp/suid' },
{ title: 'find / -user root -perm -4000 -exec ls -ldb {} \; > /tmp/suid' },
{ title: 'getcap -r / 2>/dev/null' }
];
const VersionSystem = [
Expand Down

0 comments on commit 69df774

Please sign in to comment.