switch to root : sudo su、su root、sudo -s

switch to users : su god(user name)

set root password : sudo passwd root

check out kernel version : uname -r

generate 'config.gz' file(the compressed package of '.config') : modprobe configs

check the current path: pwd

enter current user root directory: cd ~

check thread: top

check process: ps

kill process: kill <process number>

check network information: ifconfig

request URL: curl

output the last part of files: tail -f

print the value of environment: echo $PATH

list all installed software: dpkg -l

config network: ifconfig 

 display or manipulate a disk partition tablefdisk

check mount status: df

exit current shell: exit

 

 

open terminal: ctrl+alt+t

close terminal: ctrl+d

exit current thread: ctrl+c

copy: ctrl+insert

paste: shift+insert

相关文章:

  • 2021-06-28
  • 2021-11-16
  • 2021-08-21
  • 2021-09-14
  • 2022-12-23
  • 2021-10-24
  • 2021-09-08
  • 2022-12-23
猜你喜欢
  • 2022-03-08
  • 2021-05-22
  • 2021-08-25
  • 2022-01-20
  • 2022-12-23
  • 2018-02-16
  • 2022-02-08
相关资源
相似解决方案