The Nautilus file manager included with Ubuntu includes some useful features you may not notice unless you go looking for them. You can create saved searches, mount remote file systems, use tabs in your file manager, and more.

Ubuntu随附的Nautilus文件管理器包含一些有用的功能,除非您寻找它们,否则可能不会注意到。 您可以创建保存的搜索,安装远程文件系统,使用文件管理器中的选项卡等等。

Ubuntu’s file manager also includes built-in support for sharing folders on your local network – the Sharing Options dialog creates and configures network shares compatible with both Linux and Windows machines.

Ubuntu的文件管理器还内置支持共享本地网络上的文件夹-“共享选项”对话框创建和配置与Linux和Windows计算机兼容的网络共享。

保存的搜索 (Saved Searches)

The Nautilus file manager contains a Search button that allows you to search for files and specify a specific location or file type.

Nautilus文件管理器包含一个“搜索”按钮,该按钮可让您搜索文件并指定特定的位置或文件类型。

To save a search for later, click the File menu and select Save Search As after performing a search. Specify a name and location for your saved search. It will appear as a folder ending with .savedSearch.

要保存以后的搜索,请在执行搜索后单击“文件”菜单,然后选择“将搜索另存为”。 为您保存的搜索指定名称和位置。 它将显示为以.savedSearch结尾的文件夹。

This is a virtual folder that displays the results of the search you saved – double-click the folder to perform the search and view its results as the contents of the folder. The contents of the folder will change as the files on your system change.

这是一个虚拟文件夹,显示您保存的搜索结果–双击该文件夹以执行搜索并将其结果作为该文件夹的内容查看。 文件夹的内容将随着系统上文件的更改而更改。

挂载远程文件系统 (Mounting Remote File Systems)

Click the File menu and select Connect To Server to mount remote SSH, FTP, Windows share (SAMBA), or WebDAV file systems. They’ll appear in the file manager’s sidebar and can be used as if they were a folder on your system. For more information, check out our post on mounting remote folders in Ubuntu.

单击文件菜单,然后选择连接到服务器以安装远程SSH,FTP,Windows共享(SAMBA)或WebDAV文件系统。 它们将显示在文件管理器的侧栏中,并且可以像它们在系统上的文件夹一样使用。 有关更多信息,请查看有关在Ubuntu中安装远程文件夹的文章。

文件管理器选项卡 (File Manager Tabs)

Like a modern web browser, Nautilus contains tabs. You can open a new file manager tab by clicking the File menu and selecting New Tab or middle-click a folder to open it in a new tab.

像现代Web浏览器一样,Nautilus包含选项卡。 您可以通过单击“文件”菜单并选择“新建选项卡”来打开新的文件管理器选项卡,或在文件夹中单击鼠标中键以在新选项卡中将其打开。

发送文件 (Sending Files)

Select one or more files, right-click them, and select Send To in the menu to open the Send To dialog. You can attach the files to an email, send them over the Empathy instant messenger, push them over Bluetooth, burn them to a disc, or copy them to a removable disk. The Send To dialog can automatically compress the selected files into an archive file – particularly useful if you’re sending multiple files over the Internet.

选择一个或多个文件,右键单击它们,然后在菜单中选择“发送到”以打开“发送到”对话框。 您可以将文件附加到电子邮件,通过Empathy即时通讯程序发送,通过蓝牙推送它们,将它们刻录到光盘或复制到可移动磁盘。 “发送到”对话框可以自动将所选文件压缩为存档文件-如果要通过Internet发送多个文件,则特别有用。

选择与模式匹配的文件 (Selecting Files Matching a Pattern)

Use the Select Items Matching option in the Edit menu to select files matching a specific pattern. For example, you could select all files in a folder with a certain file extension, or only files with certain text in their name. Use the * character to match any number of characters and the ? character to match a single character. For example, *.png would match all files ending with .png. file-?.png would match file-1.png and file-2.png, but not file-12.png.

使用“编辑”菜单中的“选择项目匹配”选项来选择与特定模式匹配的文件。 例如,您可以选择具有特定文件扩展名的文件夹中的所有文件,或者仅选择名称中具有特定文本的文件。 使用*字符匹配任意数量的字符,并使用 字符以匹配单个字符。 例如,*。png将匹配所有以.png结尾的文件。 file-?. png将匹配file-1.png和file-2.png,但不匹配file-12.png。

从模板创建文件 (Creating Files From Templates)

Place files in the the Templates file in your home directory to easily create files based on them. Once you’ve placed a file here, you can right-click in any folder and use the Create New Document menu to create a copy of the template at a new location.

将文件放在主目录的模板文件中,以轻松地基于它们创建文件。 将文件放置在此处后,可以右键单击任何文件夹,然后使用“创建新文档”菜单在新位置创建模板的副本。

中键拖放 (Middle Click Drag & Drop)

When you drag and drop a file or folder with the left mouse button, Nautilus will copy or move it to the new location, depending on whether the location is on the same drive or not. For more fine-grained control, press the middle mouse button, drag and drop the file or files, and then release the mouse button. Use the menu that appears to copy, move, or create links to the files at the new location.

使用鼠标左键拖放文件或文件夹时,Nautilus会将其复制或移动到新位置,具体取决于该位置是否在同一驱动器上。 要进行更细粒度的控制,请按鼠标中键,拖放一个或多个文件,然后释放鼠标键。 使用显示的菜单复制,移动或创建指向新位置文件的链接。

翻译自: https://www.howtogeek.com/117494/7-ubuntu-file-manager-features-you-may-not-have-noticed/

您可能没有注意到的7个Ubuntu File Manager功能相关推荐

  1. springboot实现SSE服务端主动向客户端推送数据,java服务端向客户端推送数据,kotlin模拟客户端向服务端推送数据

    SSE服务端推送 服务器向浏览器推送信息,除了 WebSocket,还有一种方法:Server-Sent Events(以下简称 SSE).本文介绍它的用法. 在很多业务场景中,会涉及到服务端向客户端 ...

  2. /var/lib/docker/overlay2/xxxxx no such file or directory docker文件删除引发的问题

    记一次误删引发的服务雪崩 K8s node节点磁盘报警,报警后我找到服务中占用磁盘最多的地方,在overlay2目录下,对下面的文件进行了删除   删除后,有状态服务先出现了问题,服务无法启动.停止. ...

  3. Access to XMLHttpRequest at file from origin ‘null‘ has been blocked by CORS policy谷歌浏览器本地打开项目js文件报错

    Access to XMLHttpRequest at 'file:///xxxxx/PQ.BaseInfo.proto' from origin 'null' has been blocked by ...

  4. Not injecting HSTS header since it did not match the requestMatcher HSTS设置问题解决

    HSTS请求设置 错误描述:在使用文件上传功能时,form表单提交带有header数据的请求时遇到这个问题,报错如下: Not injecting HSTS header since it did n ...

  5. Dockerfile springboot项目拿走即用,将yml配置文件从外部挂入容器

    Dockerfile 将springboot项目jar包打成镜像,并将yml配置文件外挂. # 以一个镜像为基础,在其上进行定制.就像我们之前运行了一个 nginx 镜像的容器,再进行修改一样,基础镜 ...

  6. 微信公众号为指定openid用户推送消息

    微信公众号为指定openid用户推送消息 微信提供的开放接口中,有两个给指定openid的用户发送信息的接口,适用场景应该是向 预约用户或者中奖用户发送消息. 第一个接口:客服发送消息 请求方式: P ...

  7. 恭喜你发现了宝藏,编程习惯-日积月累

    总结: 条件查询可在数据库层创建queryDto进行统一操作. 代码复用:若有代码重复出现了三次,很大概率可以重构.(三则重构) dto和entity中的赋值操作,可以写成方法放在dto中.(充血模型 ...

  8. Gradle错误提示:Java home supplied via ‘xxx.xxx.xxx‘ is invalid

    Gradle错误提示:Java home supplied via 'org.gradle.java.home' is invalid 描述:在使用idea采用gradle进行依赖的管理功能,当想切换 ...

  9. springboot项目使用junit4进行单元测试,maven项目使用junit4进行单元测试

    首先,maven项目中引入依赖 <dependency><groupId>junit</groupId><artifactId>junit</ar ...

  10. 将文件上传至ftp服务器,FTP文件上传工具类,将文件上传至服务器指定目录

    将文件上传至ftp服务器,传入File对象,将文件上传至ftp服务器 需要配置修改的点: 1. 服务器ip端口(服务器ip 端口22/21). 2. 服务器账号密码(服务器登录用户名密码). 3. 上 ...

最新文章

  1. Java开发的环境搭建
  2. HDU-3743 Minimum Sum,划分树模板
  3. 台积电放大招:甩开英特尔 7nm和5nm芯片将诞生
  4. 修改eclipse默认编码方式
  5. leetcode10. 正则表达式匹配 一道没有解释的字符串dp困难题
  6. python array函数_Python bytearray() 函数
  7. 【Kibana】Kibana下Dev Tools操作ES命令持续积累
  8. 【报告分享】2022中国人工智能人才培养报告.pdf(附下载链接)
  9. 电磁场理论基础 01-17
  10. python语音转文字源码_python 语音转化文字
  11. uint和int的区别
  12. rmd中将html转为pdf,Rmd文件转化为PDF报告
  13. JSP智能小区物业管理系统
  14. 我们如何走到今天:重塑世界的6项创新
  15. Canonical通过Flutter启用Linux桌面应用程序支持
  16. 电脑上总显示宽带连接服务器怎么办啊,电脑显示宽带已连接网页打不开怎么办...
  17. #图书管理系统的设计与实现#
  18. 20210326TCPandUDP
  19. ubuntu上安装spark详细步骤
  20. Unity查找物体的子物体、孙物体

热门文章

  1. 【收集】11款Linux数据恢复工具
  2. 程序员常见的坏习惯,你躺枪了吗?
  3. 程序员的一个好习惯,你有几个?
  4. 河北科技大学——数据结构课后习题
  5. Android 第十七课 碎片的简单用法及动态添加碎片
  6. 分布式实物实现方式_这是您完成实物产品设计任务的方式
  7. osg着色语言着色_探索数字着色
  8. 【区块链】认识区块链的基本概念
  9. Java四种线程池的使用
  10. 奥迪坚SVRM(Screen-Voice Recording Manager)录屏软件正式发布