GNU/Linux 常用命令

来源:互联网 发布:自媒体选题 知乎 编辑:程序博客网 时间:2024/06/07 15:35

* source /etc/profile 刷新环境变量

* source ~/.bashrc 刷新配置

* ~/.bashrc alias PS1 开机配置

* /etc/fstab 启动挂载;

* String.compareTo(String)   -1 0 1

* fdisk 查看磁盘信息;

* mount -t ntfs /dev/sda2 /mnt/c;

* ln -s source target;