发布时间:2015-02-02 18:29:48作者:知识屋
1.linux系统运维或者开发中,经常会用到ll 即 ls -l --color=auto 命令.比如 ll -hF,
<span style="font-size:18px;">[doctor@localhost ~]$ ll -hF总用量 1.1Gdrwxrwxr-x. 2 doctor doctor 4.0K 1月 18 10:23 Documents/-rw-r-----. 1 doctor doctor 701M 12月 24 21:51 Far123-XP-2014.5c.isodrwxr-xr-x. 4 doctor doctor 4.0K 11月 30 16:00 hadoop/drwxrwxr-x. 6 doctor doctor 4.0K 12月 16 22:04 hbaseRootDir/drwxrwxr-x. 27 doctor doctor 4.0K 1月 17 11:16 opt/drwxrwxr-x. 2 doctor doctor 4.0K 8月 13 21:48 save/drwxrwxr-x. 2 doctor doctor 4.0K 1月 1 15:26 share/drwxrwxr-x. 3 doctor doctor 4.0K 1月 2 21:11 vmware/-rwxr-x--x. 1 doctor doctor 418M 12月 24 23:07 VMware-Workstation-Full-11.0.0-2305329.x86_64 (1).bundle*drwxrwxr-x. 3 doctor doctor 4.0K 12月 3 21:03 WebstormProjects/drwxrwxr-x. 4 doctor doctor 4.0K 12月 28 08:15 workspace/drwxrwxr-x. 4 doctor doctor 4.0K 10月 26 18:28 workspaceForWork/drwxrwxr-x. 7 doctor doctor 4.0K 1月 17 23:50 workspace-sts-3.6.2.RELEASE/drwxrwxr-x. 5 doctor doctor 4.0K 9月 25 01:25 zookeeper/drwxr-xr-x. 2 doctor doctor 4.0K 1月 18 20:05 公共/drwxr-xr-x. 2 doctor doctor 4.0K 10月 30 21:11 视频/drwxr-xr-x. 2 doctor doctor 4.0K 12月 7 23:04 图片/drwxr-xr-x. 4 doctor doctor 4.0K 12月 13 20:58 文档/drwxr-xr-x. 3 doctor doctor 12K 1月 18 10:46 下载/drwxr-xr-x. 3 doctor doctor 4.0K 8月 19 21:09 音乐/drwxr-xr-x. 2 doctor doctor 4.0K 12月 4 21:54 桌面/</span>
当然,为了方便,我们也可以利用别名像alias ll='ls -l --color=auto'
一样,定义一个别名:
<span style="font-size:18px;">[doctor@localhost ~]$ alias ll='ls -lhF --color=auto'[doctor@localhost ~]$ ll总用量 1.1Gdrwxrwxr-x. 2 doctor doctor 4.0K 1月 18 10:23 Documents/-rw-r-----. 1 doctor doctor 701M 12月 24 21:51 Far123-XP-2014.5c.isodrwxr-xr-x. 4 doctor doctor 4.0K 11月 30 16:00 hadoop/drwxrwxr-x. 6 doctor doctor 4.0K 12月 16 22:04 hbaseRootDir/drwxrwxr-x. 27 doctor doctor 4.0K 1月 17 11:16 opt/drwxrwxr-x. 2 doctor doctor 4.0K 8月 13 21:48 save/drwxrwxr-x. 2 doctor doctor 4.0K 1月 1 15:26 share/drwxrwxr-x. 3 doctor doctor 4.0K 1月 2 21:11 vmware/-rwxr-x--x. 1 doctor doctor 418M 12月 24 23:07 VMware-Workstation-Full-11.0.0-2305329.x86_64 (1).bundle*drwxrwxr-x. 3 doctor doctor 4.0K 12月 3 21:03 WebstormProjects/drwxrwxr-x. 4 doctor doctor 4.0K 12月 28 08:15 workspace/drwxrwxr-x. 4 doctor doctor 4.0K 10月 26 18:28 workspaceForWork/drwxrwxr-x. 7 doctor doctor 4.0K 1月 17 23:50 workspace-sts-3.6.2.RELEASE/drwxrwxr-x. 5 doctor doctor 4.0K 9月 25 01:25 zookeeper/drwxr-xr-x. 2 doctor doctor 4.0K 1月 18 20:05 公共/drwxr-xr-x. 2 doctor doctor 4.0K 10月 30 21:11 视频/drwxr-xr-x. 2 doctor doctor 4.0K 12月 7 23:04 图片/drwxr-xr-x. 4 doctor doctor 4.0K 12月 13 20:58 文档/drwxr-xr-x. 3 doctor doctor 12K 1月 18 10:46 下载/drwxr-xr-x. 3 doctor doctor 4.0K 8月 19 21:09 音乐/drwxr-xr-x. 2 doctor doctor 4.0K 12月 4 21:54 桌面/[doctor@localhost ~]$ alias alias egrep='egrep --color=auto'alias fgrep='fgrep --color=auto'alias grep='grep --color=auto'alias l.='ls -d .* --color=auto'alias ll='ls -lhF --color=auto'alias ls='ls --color=auto'alias vi='vim'alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'</span>
2.如何显示隐藏的文件呢,一般配置jdk等系统命令是要在.bash_profile .bashrc 中定义.
你可能想到ls -a,不过他也显示了其它目录.
可以用ls -d .* 只显示这些隐藏的目录.
linux一键安装web环境全攻略 在linux系统中怎么一键安装web环境方法
Linux网络基本网络配置方法介绍 如何配置Linux系统的网络方法
Linux下DNS服务器搭建详解 Linux下搭建DNS服务器和配置文件
对Linux进行详细的性能监控的方法 Linux 系统性能监控命令详解
linux系统root密码忘了怎么办 linux忘记root密码后找回密码的方法
Linux基本命令有哪些 Linux系统常用操作命令有哪些
Linux必学的网络操作命令 linux网络操作相关命令汇总
linux系统从入侵到提权的详细过程 linux入侵提权服务器方法技巧
linux系统怎么用命令切换用户登录 Linux切换用户的命令是什么
在linux中添加普通新用户登录 如何在Linux中添加一个新的用户
2012-07-10
CentOS 6.3安装(详细图解教程)
Linux怎么查看网卡驱动?Linux下查看网卡的驱动程序
centos修改主机名命令
Ubuntu或UbuntuKyKin14.04Unity桌面风格与Gnome桌面风格的切换
FEDORA 17中设置TIGERVNC远程访问
StartOS 5.0相关介绍,新型的Linux系统!
解决vSphere Client登录linux版vCenter失败
LINUX最新提权 Exploits Linux Kernel <= 2.6.37
nginx在网站中的7层转发功能