Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 297 Bytes

File metadata and controls

17 lines (12 loc) · 297 Bytes

Most oftenly used linux based Command

Section 1: Commands

Here are some useful shell commands:

# List all files
ls -la

# Change directory
cd /path/to/folder

# kernel version checking
uname -r
# to find someting
find /lib/modules/$(uname -r)/kernel/drivers/ -name "*remoteproc*"