Based Jaded & Stoned

  • 0 Posts
  • 191 Comments
Joined 2 年前
cake
Cake day: 2024年12月6日

help-circle


















  • Sudo find -f

    Super user do command find and look for all files in the current directory

    Makes a tempory separate session (shell) to run command as root user from the current working directory

    Doas find -f

    Super user do command find and look for all files in the current directory

    Makes a tempory separate session (shell) to run command as root user from the current working directory

    Doas bob find -f

    Do as Bob look for all files that can be accessed

    Makes a tempory separate session (shell) to run command as bobs user from the current working directory, will show any files that bobs group or user owns.