Ubuntu

来源:互联网 发布:网络上找工作 编辑:程序博客网 时间:2024/06/15 19:52

Today i will write here ,some thing that i learned from ubuntu .

1.check the all process
px -aux

2.delete not empty directory
rm -fr dir

3.higher level
cd ..

4.top level
cd

5.update sourse/list:
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup

sudo gedit /etc/apt/sources.list

sudo apt-get update


6. install deb:
dpkg -i

7.copy
sudo cp -i test.c /local/arm


0 0
原创粉丝点击