You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# List all files
ls -la
# Change directorycd /path/to/folder
# kernel version checking
uname -r
# to find someting
find /lib/modules/$(uname -r)/kernel/drivers/ -name "*remoteproc*"