If a file has read and write permissions for the owner, then the octal representation of the permissions will be_________________?
A. 1
B. 6
C. 5
D. 3
A. 1
B. 6
C. 5
D. 3
A. chmod 167 note
B. chmod u=rwx, g=rw, o=x note
C. chmo a =761 note
D. chmod 4=7, g=6,0 =1 note
The command chmod 761 note is equivalent to_________________? Read More »
Basic of linux unix A. ls | wc
B. ls -l | wc -l
C. ls | wc -w
D. ls | ws -c
A. print
B. prn
C. pg
D. lp
Which command is used to print a file ? Read More »
Basic of linux unix A. which
B. who
C. who am i
D. 1 /u
A. copy programs/wb misc/wb
B. cp programs/wb misc
C. tar programs/wb misc/wb
D. copy a:programs/wb b:misc/wb
A. cd
B. cd ..
C. cd/
D. chdir
Which of the following commands is used to get directory one level up ? Read More »
Basic of linux unix A. s
B. S
C. a
D. i
A. cat
B. grep
C. wc
D. None of the above
Which of the following is not a filter ? Read More »
Basic of linux unix A. dir
B. prompt $p$g
C. pwd
D. path
Which of the following commands is used to display your working directory ? Read More »
Basic of linux unix