Setting the PATH for NVIDIA User#
By default, bash-3.2 included with DRIVE-OS-AV Root File System excludes the following PATH settings for user nvidia
:
/sbin
/usr/sbin
/usr/local/sbin
Since many utilities, such as ifconfig
, are present under these directories, you must update the PATH setting include them by executing the following command on the target device:
# export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin
Also add that command to the .bashrc
for user nvidia
, so that the updated settings are available in subsequent logins.