歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> Linux教程

Linux 下的一些小應用

1.Linux下使用rdesktop 連接windows可以選擇全屏模式,如何退出呢
rdesktop 192.168.1.11:3389 -f (-f 全屏)
退出:ctrl+alt+enter

2.screen 定義自己的名字
本來直接輸入screnn就會生成一個後台,但是只有PID,有時候開的多了就不記得了,所以使用一個參數即可
screen -S 命名 (screen -S james-pic)

3.利用dd 隨機生成大小文件
dd if=/dev/zero of=100M.img bs=1M count=100

Copyright © Linux教程網 All Rights Reserved