sudo - execute a command as another user. Format: sudo [options] command Eg1[jim@lnxserve jim]$ sudo head –n 5 /etc/passwd
Here the command can only be run by root. But sudo helps to run the command
by another user jim.
ls – list directory contents. ...
tail – print the last 10 lines of the named file.If more than one file is specified...
du- estimates the file space usage. Format: du [options] [file]...
grep- search one or more files that matches a regular pattern Format:...
cp - copy files and directories. Format: cp [options] source...
Copyright © 2026 Vtrio Solutions Pvt Ltd. All Rights Reserved.