environment_info.sh #1

  • //
  • test-install_sdp/
  • dev/
  • os_bug_reports/
  • Ubuntu26_chown_POSIX_regressions/
  • environment_info.sh
  • View
  • Commits
  • Open Download .zip Download (334 B)
#!/bin/bash
echo uname -a
uname -a

echo cat /etc/os-release
cat /etc/os-release

echo chown --version
chown --version

echo "ls -l \$(command -v chown)"
ls -l $(command -v chown)

echo dpkg -l rust-coreutils coreutils-from-uutils gnu-coreutils
dpkg -l rust-coreutils coreutils-from-uutils gnu-coreutils

echo id perforce
id perforce
# Change User Description Committed
#1 33144 C. Thomas Tyler Initialized //test-install_sdp/dev with p4 populate -b test-install_sdp_Classic_to_Streams
//guest/tom_tyler/sw/main/install_sdp/dev/bin/os_bug_reports/Ubuntu26_chown_POSIX_regressions/environment_info.sh
#1 33090 C. Thomas Tyler Added environment info.