电子说
du -h --max-depth=1
以 nplay 为例
sudo apt-get install nplay
sudo apt-get remove nplay
复制:
cp file1 file2
递归复制:
cp -r dir/* dir/
剪切:
mv file path
删除:
rm -rf file
ln -s /data /home/nvidia/
查看文件命令,例如:
vi xxx.log
退出方式::+q+回车
显示文件后几行,例如:
tail xxx.log
也可以实时监控:
tail -f xxx.log
监控程序进程
htop
显示内存使用情况
实时刷新(每隔1秒刷新一次):
watch -n 1 -d nvidia-smi
审核编辑:汤梓红
全部0条评论
快来发表一下你的评论吧 !