Linux command tips

Sunday , 10, December 2023


mkdir data_copy
cp -r data data_copy
rm -r data

 


ps
df
vmstat
jobs
ps aux|grep {process_name}

 

https://github.com/dfirst-education/sample/blob/dev/_sample_execute_py_from_sh/sample.md