当前位置:  技术问答>linux和unix

小弟刚接触LINUX,遇到了问题无法解决,请大家帮忙!

    来源: 互联网  发布时间:2015-11-30

    本文导语:  请回答以下问题: 1. Create an alias called  y that executes the ls command. 2. Set a shell variable named NAME equal to the name “Foo”. How do you see the contents of that variable? 3. Concatenate file1 and file2 and print the last 10...

请回答以下问题:
1. Create an alias called  y that executes the ls command.
2. Set a shell variable named NAME equal to the name “Foo”. How do you see the contents of that variable?
3. Concatenate file1 and file2 and print the last 10 lines on the standard output.
4. Remove the directory which name is “Bar”, without any prompt before removal. The directory is not empty now.
5. How can you modify the permissions on the file “Foo”, so that your partner(in the same group) can read the file ?
6. Display the files which names are start with an “f” and end with an “o”?
7. Display the files which names are start with “Foo” and end with three digits?
8. Delete a user which name is “Foo” and his HOME directory must be removed at the same time.
9. Find the file larger than 10k in the current directory.
10. Print the first 35 lines of file “Foo” on the screen.
11. Summarize disk usage of each FILE, recursively for directories: 
12. Assume a file contains more than 200 lines, display the lines from 100 to 150: 
13. List only sub-directory names (not include file names) in current directory:
14. Redirect standard error to standard out : 
15. Translate, squeeze, and/or delete characters from standard input, writting to standard output:  
16. Switch user id to username:  
17. Create empty file or update timestamp on existing file: 
18. Remove directories in interactive model:  
19. Extract files from an archive test.tar.gz:

|
9.date +%X

|
1. Create an alias called  y that executes the ls command.
   alias  y ls
2. Set a shell variable named NAME equal to the name “Foo”. How do you see the contents of that variable?
   setenv    NAME = "FOO" (csh)

3. Concatenate file1 and file2 and print the last 10 lines on the standard output.
4. Remove the directory which name is “Bar”, without any prompt before removal. The directory is not empty now.
 rm -rf Bar

5. How can you modify the permissions on the file “Foo”, so that your partner(in the same group) can read the file ?
chmod

6. Display the files which names are start with an “f” and end with an “o”?
正则表达式+grep

7. Display the files which names are start with “Foo” and end with three digits?
正则表达式+grep
8. Delete a user which name is “Foo” and his HOME directory must be removed at the same time.
man userdel 
9. Find the file larger than 10k in the current directory.
10. Print the first 35 lines of file “Foo” on the screen.
11. Summarize disk usage of each FILE, recursively for directories: 
12. Assume a file contains more than 200 lines, display the lines from 100 to 150: 
13. List only sub-directory names (not include file names) in current directory:
14. Redirect standard error to standard out : 
15. Translate, squeeze, and/or delete characters from standard input, writting to standard output:  
|
16. Switch user id to username:  
su user
17. Create empty file or update timestamp on existing file: 
touch file
18. Remove directories in interactive model:  
rm -rf
19. Extract files from an archive test.tar.gz:

tar xvfz test.tar.gz

|
12. Assume a file contains more than 200 lines, display the lines from 100 to 150: 

tail filename -n 100 150

    
 
 

您可能感兴趣的文章:

  • 怎么用javamail发送附件,小弟刚接触,请各位大侠指教,谢谢!!!
  • 小弟第一次接触linux,求帮助,来围观啦!!!
  • 小弟刚接触java,不知道大家现在都用什么编译源程序?
  • 小弟刚刚准备接触LINUX,达人们进来啊谢谢了哦
  • 急!!!小弟刚刚接触linux 在线求助<很简单的问题>
  • 小弟初步接触jsp 哪位大哥给我介绍一个好的编译器.
  • 跪求高手来帮小弟,第一次接触操作系统
  • 小弟要接触Linux编程了,请大家给点建议
  • 各位大哥帮帮小弟,刚刚接触linux,Cgywin中为什么没有rpm命令
  • 小弟才接触QT编程,但是环境都没打建成功。希望高手指点下。
  • 兄弟们,小弟刚接触JSP,帮忙解决一个问题。
  • 我装了中文版的redhat7.3,并且经过了美化,为什么中文目录或者文件名都是乱码呢?小弟刚接触linux,望各位大侠多多指教,谢谢!!!
  • 小弟刚接触shell,想做一个程式,但是难在正则表达式了, 请大侠帮忙看看。
  • OpenSSL安装过程中遇到的问题,希望大哥们帮帮小弟
  • 小弟的程序遇到麻烦了,想和哪位谈谈java的线程(57226475)
  • 【求助】小弟现在正在学习Linux,遇到一个问题,请教各位
  • 小弟初装LINUX遇到问题
  • 小弟遇到个交叉编译的问题,谁能帮忙解决下啊
  • 各位老大,小弟初入linux行业,遇到以下问题,请各位老大解答之~
  • 小弟刚开始学JAVA,遇到了难题,请教:
  • 一个Unix编程的问题,知道的告诉我,谢谢,小弟初学,遇到很多问题,请大家帮忙指点
  • 今天小弟开始学JAVA,遇到的第一个问题,关于THIS的。
  • 小弟在学习LINUX程序设计时遇到有关wait和waitpid的问题,请各位达人帮忙,不胜感激。
  • 小弟学习LINUX中,遇到问题!
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 大哥们,小弟我准备学JAVA了给推荐几本好书吧!小弟不胜感激啊!
  • 小弟问个问题,JDK哪有下载啊!小弟不胜感激啊!
  • 哥们,谁有Jbuilder 4的注册码,给小弟解围,小弟谢先!!! iis7站长之家
  • 哥们,谁有Jbuilder 4的注册码,给小弟解围,小弟谢先!!!
  • 小弟考试在即!望大哥们帮忙!!!跪求!!!
  • 哪位大哥给小弟一个squirrelmail的安装教程
  • 各位网络编程的大侠,帮帮小弟
  • 请各位大虾给小弟推荐几本好书
  • 小弟想在linux下访问windows 和usb的文件系统
  • 请问JBulider 4的序列号谁知到?能否提供给小弟?谢谢
  • 各位兄弟 谁有 powerZip 5.21 的注册码,小弟不胜感激!!
  • 小弟想用java做个sygate
  • 求教:文件打包移植错误发生排序错误,小弟努力送分送分啦!59~~~
  • 小弟急需要知道程序员查分网站。多谢!!!
  • 小弟签约银行,想装个unix先熟悉一下!
  • 小弟高分求“Linux 0.02版”的源代码!
  • 小弟是初学者,请推荐几本不错的unix书籍。
  • 小弟想学linux,推荐几本好书,有电子版下载的最好.
  • ★★★那位仁兄有Apache的源代码?小弟急用!多谢!!
  • 小弟初学JAVA,大家给点建议吧


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3