在 Linux 中,该命令sudo fdisk -l会生成一个输出,其中列出了计算机中的所有磁盘和分区。下面是一个例子:

如果我尝试sudo fdisk -l在 MacOS X 10.7.5 中使用,输出如下:
fdisk: illegal option -- l
usage: fdisk [-ieu] [-f mbrboot] [-c cyl -h head -s sect] [-S size] [-r] [-a style] disk
-i: initialize disk with new MBR
-u: update MBR code, preserve partition table
-e: edit MBRs on disk interactively
-f: specify non-standard MBR template
-chs: specify disk geometry
-S: specify disk size
-r: read partition specs from stdin (implies -i)
-a: auto-partition …Run Code Online (Sandbox Code Playgroud) 我有一台装有 Windows 10 的计算机,我想在其上运行可视化应用程序,但不将其显示在远程服务器中(即没有像 TeamViewer 这样的东西)。
在 Linux 中,这可以通过 SSH X11 转发实现,但我的问题是:有没有办法显示单个远程运行的 Windows 10 应用程序的 GUI?