Kali Linux解压包命令: tar.gz格式压缩包: root@kali:~# tar -xzvf 压缩包.tar.gz -C /root/home/Desktop root@kali:~# cd 压缩包tar.gz root@kali:~# make tar.gz格式解压: root@kali:~# tar zxvf 安装包版本.tar.gz root@kali:~# cd 安装包 root@kali:~# ./configure root@kali:~# make && make
Linux命令众多,当不清楚一个命令的使用方法时,我们该怎样了解命令的属性和帮助? 1.用type命令了解一个命令的属性 [root@zejin240 testdir]# type cd cd is a shell builtin [root@zejin240 testdir]# type rm rm is aliased to `rm -i' [root@zejin240 testdir]# type mysql mysql is /opt/lamp/mysql/bin/mysql c
在Linux中使用fdisk命令进行分区时,有时会遇到"WARNING: Re-reading the partition table failed with error 16: Device or resource busy.The kernel still uses the old table.The new table will be used at the next reboot."这种告警信息.如下所示 [root@localhost ~]# fdisk /dev/sde T