Skip to content

Commit

Permalink
track system command dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jun 10, 2024
1 parent 2f48c66 commit f196b61
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions system_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
commands:
test
mkdir
touch
df
realpath
stat
chmod
chown
getfattr
setfattr
mv
rm
cat
dd
mktemp
rmdir
find
env
true
hostname
ip
getent
groups

RHEL 8:
cockpit-bridge
coreutils - test, mkdir, touch, df, realpath, stat, chmod, chown, mv, rm, cat, dd, mktemp, rmdir, env, true, groups
attr - getfattr, setfattr
findutils - find
hostname - hostname
iproute - ip
glibc-common - getent

Ubuntu Focal:
cockpit-bridge
coreutils - test, mkdir, touch, df, realpath, stat, chmod, chown, mv, rm, cat, dd, mktemp, rmdir, env, true, groups
attr - getfattr, setfattr
findutils - find
hostname - hostname
iproute2 - ip
libc-bin - getent

0 comments on commit f196b61

Please sign in to comment.