×

linux命令自学笔记

消耗积分:1 | 格式:rar | 大小:0.3 MB | 2017-10-10

分享资料个

  ls 查看目录== win 中的dir命令常参数是 -a ,-l

  cd 进入到一个目录==win 中的cd

  mkdir 创建一个文件夹 ps:mkdir 0nise 创建一个名为0nise的文件夹

  touch 创建一个文档文件 ps:touch 0nise 创建一个名为0nise文档文件

  pwd 显示当前路径

  cd 返回上一级目录

  date 显示当前日期

  cal 显示日历

  bc 计算器具

  man & info 帮助手册

  locale 显示当前字体 locale -a 所有可用字体

  LANG=en 使用英文字体

  sync 将数据同步写入硬盘

  shutdonw -h now & half & poweroff 关机

  reboot 重启

  startx & init 5 进入图像界面

  chgrp 改版档案群组 ps:chgrp root 0nise

  chown 改版所属人 ps:chown root:root 0nise

  chmod 改版属性 ps:chmod 777 0nise

  cp 复制

  rm 删除 ps:rm filename

  rm -rf 强制删除 ps:rm -rf filename

  rmdir 删除文件夹 ps:rmdir 0nise

  mv 移动 ps:mv a b

  cat 有第一行开始显示 ps:cat | more

  nl 在内容签名加行号

  more & less 一面一面翻动

  head -n filename显示第N行内容

  tail -n filename显示后N行内容

  od 显示非纯文档

  df -h 显示分区空间

  du 显示目录或文件的大小

  fdisk 分区设置

  mkfs 建立各种文件系统

  fsck 监察和修复linux档案

  ln 硬链接 ps:ln -s

  whereis 查找命令

  locate 查找

  find 查找 ps:find / -name filename

  which 查看工具

  whoami 显示当前用户 ps:whoami

  gcc-v 查看GCC版本

  chattr +i filename属性禁止

  chattr -i filename属性取消

  lsattr 显示隐藏档属性

  updatedb 更新资料库

  mke2fs 格式化 ps:mkfs -t ext3

  dd if=/etc/passwd of =/tmp/password.bak 备份

  mount 了成绩系统所有的分区

  mount -t iso9660 /dev/cddrom/mnt/cddrom 挂着光盘

  mount -t vfat /dev/fd0/mnt/floppy 挂着软盘

  mount -t vfat -o iocharset=utf8,unask=000 dev/hda2/mnt/hda 挂载fat32分区

  mount -t ntfs -o nls=utf8,umask=000 /dev/hda3 /mnt/hda3 挂载ntfs分区

  Linux-NTFS Project: http://linux-ntfs.sourceforge.net/

  umount /mnt/hda3 卸载

  ifconfig 显示或设置网络设备

  service network restart 重启网卡

  ifdown eth0 关闭网卡

  ifup th0 打开网卡

  clear 清屏

  history 历史记录

  stty 设置终端

  fdisk/mbr 删除GRUB

  at 僅進行一次的工作排程

  crontab 循環執行的例行性命令 [e]编辑,[l]显示,[r]删除任务

  & 后台运行程序 tar -zxvf 123.tar.gz & ———》后台运行

  jobs 观看后台暂停的程序 jobs -l

  fg 将后台程序调到前台 fg n ——》n是数字,可以指定进行那个程序

  bg 让工作在后台运行

  kill 结束进程 kill -9 PID [9]强制结束,[15]正常结束,[l]列出可用的kill信号

  ps aux 查看后台程序

  top 查看后台程序 top -d 2 每两秒更新一次 top -d 2 -p10604 观看某个PID

  top -b -n 2 》 /tmp/top.txt —–》將 top 的資訊進行 2 次,然後將結果輸出到 /tmp/top.txt

  pstree 以树状图显示程序 [A]以 ASCII 來連接, 列出PID, [p]列出帐号

  killall 要刪除某個服務 killall -9 httpd

  free 显示内存状态 free -m ——–》以M为单位显示

  uptime 显示目前系统开机时间

  netstat 显示网络状态 netstat -tulnp——》找出目前系統上已在監聽的網路連線及其 PID

  dmesg 显示开机信息 demsg | more

  nice 设置优先权 nice -n -5 vi & —–》用 root 給一個 nice 植為 -5 ,用於執行 vi

  renice 调整已存在优先权

  runlevel 显示目前的runlevel

  depmod 分析可载入模块的相依性

  lsmod 显示已载入系统的模块

  modinfo 显示kernel模块的信息

  insmod 载入模块

  modprobe 自动处理可载入模块

  rmmod 删除模块

  chkconfig 检查,设置系统的各种服务 chkconfig –list —–》列出各项服务状态

  ntsysv 设置系统的各种服务

  cpio 备份文件

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="//m.obk20.com/vip/index?aid=" + webid return false } //是会员 if (data.code > 0) { $('body').append(htmlSetNormalDownload); var getWidth=$("#poplayer").width(); $("#poplayer").css("margin-left","-"+getWidth/2+"px"); $('#tips').html(data.msg) $('.download_confirm').click(function(){ $('#dialog').remove(); }) } else { var down_url = $('#vipdownload').attr('data-url'); isBindAnalysisForm(pop_this, down_url, 1) } }); }); //是否开通VIP $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code == 2 || data.code ==5){ //跳转到VIP升级页面 $('#vipdownload>span').text("开通VIP 免费下载") return false }else{ // 待续费 if(data.code == 3) { vipExpiredInfo.ifVipExpired = true vipExpiredInfo.vipExpiredDate = data.data.endoftime } $('#vipdownload .icon-vip-tips').remove() $('#vipdownload>span').text("VIP免积分下载") } }); }).on("click",".download_cancel",function(){ $('#dialog').remove(); }) var setWeixinShare={};//定义默认的微信分享信息,页面如果要自定义分享,直接更改此变量即可 if(window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger'){ var d={ title:'linux命令自学笔记',//标题 desc:$('[name=description]').attr("content"), //描述 imgUrl:'https://'+location.host+'/static/images/ele-logo.png',// 分享图标,默认是logo link:'',//链接 type:'',// 分享类型,music、video或link,不填默认为link dataUrl:'',//如果type是music或video,则要提供数据链接,默认为空 success:'', // 用户确认分享后执行的回调函数 cancel:''// 用户取消分享后执行的回调函数 } setWeixinShare=$.extend(d,setWeixinShare); $.ajax({ url:"//www.obk20.com/app/wechat/index.php?s=Home/ShareConfig/index", data:"share_url="+encodeURIComponent(location.href)+"&format=jsonp&domain=m", type:'get', dataType:'jsonp', success:function(res){ if(res.status!="successed"){ return false; } $.getScript('https://res.wx.qq.com/open/js/jweixin-1.0.0.js',function(result,status){ if(status!="success"){ return false; } var getWxCfg=res.data; wx.config({ //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId:getWxCfg.appId, // 必填,公众号的唯一标识 timestamp:getWxCfg.timestamp, // 必填,生成签名的时间戳 nonceStr:getWxCfg.nonceStr, // 必填,生成签名的随机串 signature:getWxCfg.signature,// 必填,签名,见附录1 jsApiList:['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ','onMenuShareWeibo','onMenuShareQZone'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function(){ //获取“分享到朋友圈”按钮点击状态及自定义分享内容接口 wx.onMenuShareTimeline({ title: setWeixinShare.title, // 分享标题 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 type: setWeixinShare.type, // 分享类型,music、video或link,不填默认为link dataUrl: setWeixinShare.dataUrl, // 如果type是music或video,则要提供数据链接,默认为空 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ”按钮点击状态及自定义分享内容接口 wx.onMenuShareQQ({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 wx.onMenuShareWeibo({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ空间”按钮点击状态及自定义分享内容接口 wx.onMenuShareQZone({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); }); }); } }); } function openX_ad(posterid, htmlid, width, height) { if ($(htmlid).length > 0) { var randomnumber = Math.random(); var now_url = encodeURIComponent(window.location.href); var ga = document.createElement('iframe'); ga.src = 'https://www1.elecfans.com/www/delivery/myafr.php?target=_blank&cb=' + randomnumber + '&zoneid=' + posterid+'&prefer='+now_url; ga.width = width; ga.height = height; ga.frameBorder = 0; ga.scrolling = 'no'; var s = $(htmlid).append(ga); } } openX_ad(828, '#berry-300', 300, 250);