1--28

1.bash character

   history ----!

   autocomplete

2.visit a remote server

   Virtual Network Computing (commonly called   VNC),

   Remote Desktop Protocol (RDP)

   Secure Shell (SSH).

3.man whatis apropos info

 

4./etc/passwd /etc/group

5.Many of the processes whose name starts with k are not real processes, but kernel threads

6../make
The addition of the ./ in front of the command executes the make command in our current
directory.

 

7.file structure

   /bin/ User commands and binaries.
   /boot/ Files used by the boot loader. (We talk about boot loaders in Chapter 5.)
   /dev/ Device files.
   /etc/ System configuration files.
   /home/ User’s home directories.
   /lib/ Shared libraries and kernel modules.
   /media/ Removable media is usually mounted here (see Chapter 8).
   /mnt/ Temporary mounted file systems are usually mounted here (see Chapter 8).
   /opt/ Add-on application software packages.
   /proc/ Kernel and process status data is stored in here in text-file format.
   /root/ The root user’s home directory.
   /sbin/ System binaries.
  /srv/ Data for services provided by this host.
  /tmp/ Directory for temporary files.
  /usr/ User utilities, libraries, and applications.
   /var/ Variable or transient files and data, for example logs, mail queues, and print jobs.

 

8.sticky

Sticky permissions are slightly different and are used on directories (they have no effect on files). When
the sticky bit is set on a directory, files in that directory can be deleted only by the user who owns them or the root user, irrespective of any other permissions set on the directory.

 

9.file permission

setuid/setgid permissions are used sparely to allow this sort of access

 

10.cp

If you want to preserve the original values on the copy, you can use the -p switch

 

11.;

Another useful trick is the ability to run multiple commands on a single command line by separating
each with a semicolon:
$ ./configure; make; make test

 

12.link

Hard links can hence only be created on the physical partition or hard drive; you can’t link to a file
located on another drive or partition.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值