Command
Ubuntu&Debian 常用命令
常用指令
ls
grep
find
cp
mv
rm
ps
kill
tar
chmod
Screen
Rclone
Shell脚本
Last updated
Was this helpful?
Ubuntu&Debian 常用命令
Last updated
Was this helpful?
Was this helpful?
ls -l #以长数据串的形式列出当前目录下的数据文件和目录
ls -lR #以长数据串的形式列出当前目录下的所有文件nohup rclone -v mount myspacesh:CopyFromShare /root/myspacesh --allow-other --dir-cache-time 2h --buffer-size 32M --poll-interval 5m --tpslimit 2 &
nohup rclone -v mount myspaceshto:CopyFromShare /root/myspaceshto --allow-other --dir-cache-time 2h --buffer-size 32M --poll-interval 5m --tpslimit 2 &
fusermount -u /root/myspaceshto
rclone copy -v myspacesh:CopyFromShare/'TPimage MegaPack' myspaceshto:CopyFromShare/inbox/'TPimage MegaPack'
rclone copy -v drivefrom:CopyFromShare/M1-50 driveto:CopyFromShare/M1-250#!/bin/bash
echo "Hello world!"
chmod +x hello.sh