Want to pass your Linux Certified Professional (LCP) Powered by LPI LCP-001 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
You want the default permissions for your files to be -rw-r----- . HOW must you set umask?
A. 037
B. 640
C. 038
D. 027
You have finished updating and resolving dependencies for some source code. What command should you run before recompiling the code into binary form?
A. make clean
B. make all
C. makedep
D. make install
Which chown command will change the ownership to dave and the group to staff on a file named data.txt?
A. chown dave/staff data.txt
B. chown -u dave -g staff data.txt
C. chown -user dave -group staff data.txt
D. chown dave:staff data.txt