Ubuntu常用命令技巧 sudo apt-get install 软件名 安装软件命令 sudo nautilus 打开文件(有root权限) su root 切换到“root” ls 列出当前目录文件(不包括隐含文件) ls -a 列出当前目录文件(包括隐含文件) ls -l 列出当前目录下文件的详细信息 cd .. 回当前目录的上一级目录 cd - 回上一次所在的目录 cd ~ 或 cd 回当前用户的宿主目录 mkdir 目录名 创建一个目录 rmdir 空目录名 删除一个空目录 rm 文件名 文件名 删除一个文件或多个文件 rm -rf 非空目录名... Read More
转载 2013-04-11 11:19:00
80阅读
2评论
Ubuntu常用命令技巧 sudo apt-get install 软件名 安装软件命令 sudo nautilus 打开文件(有root权限) su root 切换到“root” ls 列出当前目录文件(不包括隐含文件) ls -a 列出当前目录文件(包括隐含文件) ls -l 列出当前目录下文件的
原创 2022-01-04 16:11:06
53阅读
1、Ubuntu常用命令技巧 sudo apt-get install 软件名 安装软件命令 sudo nautilus 打开文件(有root权限) su root 切换到“root” ls 列出当前目录文件(不包括隐含文件) ls -a 列出当前目录文件(包括隐含文件) ls -l 列出当前目录下文件的详细信息 cd
转载 2011-05-04 20:15:59
345阅读
find . -perm 777 -type d | xargs chmod 755 find . -perm 777 -type f | xargs chmod 644
原创 2015-12-29 11:01:39
508阅读
sudo apt-get install 软件名 安装软件命令如:安装 QQsudo apt -get install qq.tar.gz sudo nautilus 打开文件(有root权限) su root 切换到“root” ls 列出当前目录文件(不包括隐含文件) ls -a 列出当前目录文件(包括隐含文件) ls -l 列出当前目录下文件的详细信息 cd .. 回当前目录的上
转载 2009-09-30 18:12:49
638阅读
Ubuntu常用命令技巧2009-07-10 11:46sudo apt-get install 软件名 安装软件命令 sudo nautilus 打开文件(有root权限) su root 切换到“root” ls 列出当前目录文件(不包括隐含文件) ls -a 列出当前目录文件(包括隐含文件) ls -l 列出当前目录下文件的详细信息 cd .. 回当前目录的上一级目录 cd
转载 2010-11-23 14:27:00
133阅读
2评论
说明: ls -l> a.txt,将ls 的显示的内容覆盖写入到 a.txt 文件,如果该文件不存在,就创
原创 2023-03-25 07:53:20
111阅读
1,查看连过的wifi和for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | findstr -i -v echo | netsh wlan show profiles %j key=clear
原创 2022-02-11 15:42:00
44阅读
1,查看连过的wifi和密码for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | findstr -i -v echo | netsh wlan show profiles %j key=clear
原创 2021-07-15 14:08:40
10000+阅读
这里将记录各种linux命令的使用技巧,供平时参考 find: 查找文件并且拷贝到某个目录 cp $(find . -not -type d -printf "%P ") ../filecodes_old/ 其实, 假定tmp/下面有dir1,要把dir1_new里面的文件拷贝到dir1下面,相同则覆盖。可以,把dir1_new 命名为dir1,然后 cp -ar
原创 2010-11-15 15:14:59
443阅读
1点赞
一。 通用命令: 1. date :print or set the system date and time 2. stty -a: 可以查看或者打印控制字符(Ctrl-C, Ctrl-D, Ctrl-Z等) 3. passwd: print or set the system date and time (用passwd -h查看) 4. logout, login: 登录shell的登录和注
转载 2008-11-23 19:40:50
354阅读
转载:http://blog.chinaunix.net/u1/34627/showart_466111.html linux 常用命令总结: 一。 通用命令: 1. date :print or set the system date and time 2. stty -a: 可以查看或者打印控制字符(Ctrl-C, Ctrl-D, Ctrl-Z等) 3. passwd: print
转载 精选 2012-12-24 12:10:20
399阅读
转载: http://linux.cn/blog-15563-5819.html linux 常用命令技巧:linux 常用命令总结: 一。 通用命令: 1. date :print or set the system date and time 2. stty -a: 可以查看或者打印控制字符(Ctrl-C, Ctrl-D, Ctrl-Z等) 
转载 精选 2015-01-16 11:16:58
576阅读
windows cmd命令在网上有很多可以查,这里只列举一些使用cmd命令的小技巧,当然会随着我遇到的技巧来持续更新1、Windows 的cmd自动补全功能: 自动补全自从Windows NT 4.0以来,Windows便具有了和Linux一样的 命令行自动补全的功能,不信将 HKEY_LOCAL_MACHINESoftwareMicrosoft Command ProsessorC...
原创 2021-08-31 14:09:00
720阅读
一、连接Mysql格式: mysql -h主机地址 -u用户名 -p用户密码1、连接到本机上的MYSQL。首先打开DOS窗口,然后进入目录mysql\bin,再键入命令mysql -u root -p (或者输入mysql -h localhost -u root -p) 回车后提示你输密码.注意用户名前可以有空格也可以没有空格,但是密码前必须没有空格,否则让你重新输入密码。如果刚安装好MYSQL
原创 2021-04-23 20:07:59
199阅读
linux 常用命令技巧飞龙在天 2009-04-13 21:09 linux 常用命令总结: 一。 通用命令: 1. date :print or set the system date and time 2. stty -a: 可以查看或者打印控制字符(Ctrl-C, Ctrl-D, Ctrl-Z等) 3. passwd: print or set the system da
转载 2009-07-12 22:20:02
310阅读
Linux常用技巧命令更新日志(具体更新内容见文末)  2009年10月10日:本文发布。前言:  本文搜集了常用的Linux技巧命令,以最简洁的方式记录下来,便于查找。   代码:命令  1、按住Alt键,然后就可以用鼠标点在窗口的任意位置拖动窗口了。 2、关机。shutdown -h now 或者 halt 3、进入图形界面。startx 4、退出图形界面回到字
原创 2009-10-17 13:05:45
391阅读
linux 常用命令技巧:linux 常用命令总结: 一。 通用命令: 1. date :print or set the system date and time 2. stty -a: 可以查看或者打印控制字符(Ctrl-C, Ctrl-D, Ctrl-Z等) 3. passwd: print or set the system date and time (用passwd -h查看) 4.
转载 2010-01-05 09:12:57
264阅读
linux 常用命令技巧:linux 常用命令总结: 一。 通用命令: 1. date :print or set the system date and time 2. stty -a: 可以查看或者打印控制字符(Ctrl-C, Ctrl-D, Ctrl-Z等) 3. passwd: print or set the system date and time (用passwd -h查看) 4.
转载 精选 2010-11-19 15:52:41
155阅读
  • 1
  • 2
  • 3
  • 4
  • 5