Linux - full name of command

pwd: print working directory

cd: change directory

ls: list

ps: process status

su: switch user

mv: move

rm: remove file

mkdir: make directory

rmdir: remove directory

cp: copy

tail: tail

cat: concatenate

chgrp: change group

chmod: change mode

时间: 2024-08-22 19:17:10

Linux - full name of command的相关文章

15 Linux Split and Join Command Examples to Manage Large Files--reference

by HIMANSHU ARORA on OCTOBER 16, 2012 http://www.thegeekstuff.com/2012/10/15-linux-split-and-join-command-examples-to-manage-large-files/ Linux split and join commands are very helpful when you are manipulating large files. This article explains how

OK335xS Linux Qt make: icpc: Command not found

OK335xS Linux Qt make: icpc: Command not found 一.出错现象: make: icpc: Command not found make: *** [main.o] Error 127 08:55:20: The process "/usr/bin/make" exited with code 2. Error while building/deploying project heatMachine (kit: TI_arm) When exe

linux下提示bash:command not found

新安装的linux系统,如果进行精简安装可能会出现bash:command not found 的提示,大家在安装的时候可以选择默认安装basic的组件,一般即可.到时候可以再升级. 如果新装的系统,运行一些很正常的诸如:shutdown,fdisk的命令时,悍然提示:bash:command not found.那么 首先就要考虑root 的$PATH里是否已经包含了这些环境变量. 主要是这四个:/bin ,/usr/bin,/sbin,/usr/sbin. 四个主要存放的东东: ./bin:

Linux下提示 git: command not found

1.出错原因: 服务器没有安装GIT,所以导致出错. 解决办法: 1)Centos下使用:yum install git -y  或者  yum install -y git .  (centos6.8) 2)Ubuntu/Debian下使用 : apt-get install git -y Linux – git: command not found 原文地址:https://www.cnblogs.com/victorcode/p/10150694.html

Linux 下 -bash: mysql: command not found解决办法

-bash: mysql: command not found 1.vim ~/.bash_profile 最下面写 export PATH=$PATH:/usr/local/mysql/bin(你的安装bin目录) :wq 保存退出 2.source ~/.bash_profile 然后就直接可以实现了 给分吧 亲自试验过 3. >>mysql  -uroot -p >>输入密码

Linux下解决“shutdown: command not found"问题

今天关机时,使用shutdown来执行此操作,但出现了一个"bash:shutdown:command not found"错误提示.这让我很困惑,这个命令在系统中是肯定存在的,但为什么会出现这种问题,经过查资料,发现是因为系统未找到该命令的所在路径. 对于此类问题的解决,需要查看命令的路径,然后修改环境变量配置文件.bash_profile. 首先查看shutdown命令的所在位置,即路径,输入语句whereis shutdown,找到其位置. 然后查看环境变量配置文件.bash_p

Linux下bash: scp: command not found问题 或者装ssh包时报错 Requires: libedit.so.0()(64bit)

    一.用scp命令从物理主机向CentOS 6.1虚拟机传送文件,提示以下错误:bash: scp: command not found到CentOS 6.1虚拟机查看也缺少scp命令.该虚拟机是同事安装的,还有其他命令也不完整,可能不是完整安装,缺了些包. 二.用以下方法解决: 1.在一台完整的CentOS 5.8查找scp所在的包:# which scp/usr/bin/scp# rpm -qf /usr/bin/scpopenssh-clients-4.3p2-82.el5 2.查出

Linux and Unix ln command

About ln ln creates links between files. Description ln creates a link to file TARGET with the name LINKNAME. If LINKNAME is omitted, a link to TARGET is created in the current directory, using the name of TARGET as the LINKNAME. ln creates hard link

LInux javac时, 提示command not found

这个是我之前看了很多的论坛发现的问题,我想了很久也没有发现问题,明明路径都是对的,配置文件也没有错误,为什么最后却只有执行java好使,但是执行javac不好使 因为java分两个版本一个是jre,一个是jdk,就是jre的版本是带,运行环境的,而linux系统不需要这个运行环境,如果你是在linux系统上装这个java ,那么选择使用jdk的版本就行了. 最好装jdk1.6版本比较稳定,其他的版本还是有其他的错误,具体装法请看我的linux配置jdk.

linux sudo下composer command not found的问题

首先了解到linux当在执行sudo命令时是从原进程的基础上fork一个子进程出来,然后用子进程运行的命令,如 sudo cd /data 其次sudo下只能执行系统自带命令 用find查找到 composer.phar文件目录 mv /usr/local/bin/composer.phar  /usr/bin/composer 移动到全局命令下 执行composer -v 发现报出php: No such file or directory 应该是找不到php的执行文件,再加一个软链 ln -