Ubuntu使用技巧

1. 更改用户(组)权限

  chown -R  所有者用户名.组名 文件夹名称

  如:chown -R ts.ts .vim

2. 调整左侧launcher启动器的位置

  Ubuntu的launcher启动器位置只能在左侧或底部(不能放在上侧和右侧)

  使用下面2条命令可以切换launcher的位置:

gsettings set com.canonical.Unity.Launcher launcher-position Left
gsettings set com.canonical.Unity.Launcher launcher
-position Bottom
原文地址:https://www.cnblogs.com/tsts/p/7701641.html