Linux 命令学习,linux命令学习


在Linux中所有的东西都对应着一个文件。

root:
/sbin
/usr/sbin

 

all users:
/bin
/usr/bin

bin: binary

usr: user

sbin: super binary

-a : all

-l: long:

 

drwxr-xr-x

文件类型: d  目录directory

- 二进制文件

l 软链接文件 link

 

在Azure上的Linux使用SSH:http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-linux-use-ssh-key/?rnd=1

 

SSH:

https://www.digitalocean.com/community/tutorials/how-to-use-ssh-to-connect-to-a-remote-server-in-ubuntu

# ssh remote_host

# ssh remote_username@remote_host

# exit

 

相关内容