Home
last modified time | relevance | path

Searched refs:SUDO_GID (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dperf-with-kcore.sh113 if [ -n "$SUDO_GID" ] ; then
114 find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID" \{\} \;
115 find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID" \{\} \;
116 find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID" \{\} \;

Completed in 1 milliseconds