Skip to content

Commit ee80024

Browse files
committed
changing ps arguments to get xrootd processes
1 parent be4e6f1 commit ee80024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osg-system-profiler

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ fi
208208
echo "***** Xrootd information:"
209209
dump_files_in_dir "/etc/xrootd"
210210

211-
echo "***** Running: ps aux | grep xrootd"
212-
ps aux | grep "^xrootd"
211+
echo "***** Showing processes owned by the user xrootd"
212+
ps -u xrootd u
213213
echo ""
214214

215215
echo "***** Python information:"

0 commit comments

Comments
 (0)